diff options
author | Rob Landley <rob@landley.net> | 2006-06-13 18:28:33 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-13 18:28:33 +0000 |
commit | 18958e9309b6565245ae14a19aab947fb2da79aa (patch) | |
tree | b09a3d310801261efed160a5151b2518195086f5 /libbb | |
parent | 0960ca7383b3ef35433c269709d12fa6508cc78a (diff) | |
download | busybox-18958e9309b6565245ae14a19aab947fb2da79aa.tar.gz |
Random cleanup of platform.h.
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/copy_file.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libbb/copy_file.c b/libbb/copy_file.c index 2f7514628..a4da92218 100644 --- a/libbb/copy_file.c +++ b/libbb/copy_file.c @@ -20,13 +20,6 @@ #include "libbb.h" -/* Compiler version-specific crap that should be in a header file somewhere. */ - -#if !((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)) -#define lchown chown -#endif - - int copy_file(const char *source, const char *dest, int flags) { struct stat source_stat; |