From 2e5a37a44e9d1898a2c828959261dc4298d59a8b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 19 Sep 1999 16:47:58 +0000 Subject: [PATCH] *** empty log message *** --- lib/lchown.c | 1 - 1 file changed, 1 deletion(-) 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 (); -- 2.47.3