From: Jim Meyering Date: Sun, 19 Sep 1999 16:47:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dede3f1b726fb2499335b15597e318a535fe203b;p=pspp *** 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 ();