aboutsummaryrefslogtreecommitdiff
path: root/libbb/copy_file.c
diff options
context:
space:
mode:
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;