Random cleanup of platform.h.

This commit is contained in:
Rob Landley
2006-06-13 18:28:33 +00:00
parent 0960ca7383
commit 18958e9309
3 changed files with 25 additions and 30 deletions

View File

@ -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;