diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-13 18:28:33 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-13 18:28:33 +0000 |
commit | d0343f5ade874477acbdf56191f4dd4f39be40ae (patch) | |
tree | b09a3d310801261efed160a5151b2518195086f5 /libbb | |
parent | a6c77fd456710954e1d47fb7796b925d334cbb7a (diff) | |
download | busybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.tar.gz busybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.tar.bz2 busybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.zip |
Random cleanup of platform.h.
git-svn-id: svn://busybox.net/trunk/busybox@15375 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@ | |||
20 | 20 | ||
21 | #include "libbb.h" | 21 | #include "libbb.h" |
22 | 22 | ||
23 | /* Compiler version-specific crap that should be in a header file somewhere. */ | ||
24 | |||
25 | #if !((__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)) | ||
26 | #define lchown chown | ||
27 | #endif | ||
28 | |||
29 | |||
30 | int copy_file(const char *source, const char *dest, int flags) | 23 | int copy_file(const char *source, const char *dest, int flags) |
31 | { | 24 | { |
32 | struct stat source_stat; | 25 | struct stat source_stat; |