summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ();