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