From: Jim Meyering Date: Tue, 19 May 1998 15:15:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16o~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67786e0fb6afe8823876d1803dd36773ebbb5f37;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/lchown.c b/lib/lchown.c index b15233e246..04c27c146d 100644 --- a/lib/lchown.c +++ b/lib/lchown.c @@ -19,11 +19,6 @@ #include -/* Disable the definition of lchown to rpl_lchown (from config.h) in this - file. Otherwise, we'd get conflicting prototypes for rpl_lchown on - most systems. */ -#undef lchown - #include #include #include @@ -35,7 +30,7 @@ extern int errno; In that case, set errno to ENOSYS and return -1. */ int -rpl_lchown (const chat *file, uid_t uid, gid_t gid) +lchown (const chat *file, uid_t uid, gid_t gid) { struct stat stats;