diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-19 16:47:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-19 16:47:58 +0000 |
commit | 2e5a37a44e9d1898a2c828959261dc4298d59a8b (patch) | |
tree | 68296d27f5c5aa86bf5ae52ee25ee147e6fca2f9 /lib | |
parent | 8e0c33f8ead193518920bc26fc3cdf4da313842a (diff) | |
download | coreutils-2e5a37a44e9d1898a2c828959261dc4298d59a8b.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lchown.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/lchown.c b/lib/lchown.c index 391f5ca98..9604b543b 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 (); |