rewritten from manual page; add Berkeley specific header
[unix-history] / usr / src / usr.sbin / chown / chgrp.c
index e1aaff9..f33d495 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)chgrp.c    5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)chgrp.c    5.9 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -120,7 +120,7 @@ chownr(dir)
 {
        register DIR *dirp;
        register struct direct *dp;
 {
        register DIR *dirp;
        register struct direct *dp;
-       register struct stat st;
+       struct stat st;
        char savedir[1024];
        int ecode;
 
        char savedir[1024];
        int ecode;