From: Jim Meyering Date: Sun, 19 Sep 1999 16:47:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e5a37a44e9d1898a2c828959261dc4298d59a8b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/lchown.c b/lib/lchown.c index 391f5ca984..9604b543b0 100644 --- a/lib/lchown.c +++ b/lib/lchown.c @@ -34,7 +34,6 @@ extern int errno; # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) #endif - /* Declare chown to avoid a warning. Don't include unistd.h, because it may have a conflicting prototype for lchown. */ int chown ();