pwd.h needs types.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Mar 1989 04:25:48 +0000 (20:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Mar 1989 04:25:48 +0000 (20:25 -0800)
SCCS-vsn: usr.bin/quota/quota.c 5.7
SCCS-vsn: usr.bin/rdist/defs.h 5.5

usr/src/usr.bin/quota/quota.c
usr/src/usr.bin/rdist/defs.h

index 2a05a0e..060abd8 100644 (file)
@@ -22,22 +22,22 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)quota.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)quota.c    5.7 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
  * Disk quota reporting program.
  */
 #endif /* not lint */
 
 /*
  * Disk quota reporting program.
  */
+#include <sys/param.h>
+#include <sys/quota.h>
+#include <sys/file.h>
+#include <sys/stat.h>
 #include <stdio.h>
 #include <fstab.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <errno.h>
 
 #include <stdio.h>
 #include <fstab.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <errno.h>
 
-#include <sys/param.h>
-#include <sys/quota.h>
-#include <sys/file.h>
-#include <sys/stat.h>
 
 int    qflag;
 int    vflag;
 
 int    qflag;
 int    vflag;
index 88a4138..2f432fe 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)defs.h      5.4 (Berkeley) %G%
+ *     @(#)defs.h      5.5 (Berkeley) %G%
  */
 
  */
 
-#include <stdio.h>
-#include <ctype.h>
-#include <errno.h>
-#include <pwd.h>
-#include <grp.h>
 #include <sys/param.h>
 #include <sys/dir.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <sys/param.h>
 #include <sys/dir.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <netinet/in.h>
+#include <stdio.h>
+#include <ctype.h>
+#include <errno.h>
+#include <pwd.h>
+#include <grp.h>
 
 /*
  * The version number should be changed whenever the protocol changes.
 
 /*
  * The version number should be changed whenever the protocol changes.