aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c
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/copy_file.c
parent0960ca7383b3ef35433c269709d12fa6508cc78a (diff)
downloadbusybox-18958e9309b6565245ae14a19aab947fb2da79aa.tar.gz
Random cleanup of platform.h.
Diffstat (limited to 'libbb/copy_file.c')
-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 @@
#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;