*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 19 Sep 1999 16:47:58 +0000 (16:47 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Sep 1999 16:47:58 +0000 (16:47 +0000)
lib/lchown.c

index 391f5ca..9604b54 100644 (file)
@@ -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 ();