changeset 1950:d6ac9a551e4f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sun, 19 Sep 1999 16:47:58 +0000
parents 03bd8fe085db
children 0b797e3c8060
files lib/lchown.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/lchown.c
+++ b/lib/lchown.c
@@ -34,7 +34,6 @@
 # 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 ();