aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-13 18:28:33 +0000
committerRob Landley <rob@landley.net>2006-06-13 18:28:33 +0000
commit18958e9309b6565245ae14a19aab947fb2da79aa (patch)
treeb09a3d310801261efed160a5151b2518195086f5 /libbb
parent0960ca7383b3ef35433c269709d12fa6508cc78a (diff)
downloadbusybox-w32-18958e9309b6565245ae14a19aab947fb2da79aa.tar.gz
busybox-w32-18958e9309b6565245ae14a19aab947fb2da79aa.tar.bz2
busybox-w32-18958e9309b6565245ae14a19aab947fb2da79aa.zip
Random cleanup of platform.h.
Diffstat (limited to 'libbb')
-rw-r--r--libbb/copy_file.c7
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
30int copy_file(const char *source, const char *dest, int flags) 23int copy_file(const char *source, const char *dest, int flags)
31{ 24{
32 struct stat source_stat; 25 struct stat source_stat;