summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-19 16:47:58 +0000
committerJim Meyering <jim@meyering.net>1999-09-19 16:47:58 +0000
commit2e5a37a44e9d1898a2c828959261dc4298d59a8b (patch)
tree68296d27f5c5aa86bf5ae52ee25ee147e6fca2f9 /lib/lchown.c
parent8e0c33f8ead193518920bc26fc3cdf4da313842a (diff)
downloadcoreutils-2e5a37a44e9d1898a2c828959261dc4298d59a8b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c1
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 ();