From 18958e9309b6565245ae14a19aab947fb2da79aa Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 13 Jun 2006 18:28:33 +0000 Subject: Random cleanup of platform.h. --- libbb/copy_file.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libbb') 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; -- cgit v1.2.3