include system include files first
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 16 Mar 1992 14:36:19 +0000 (06:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 16 Mar 1992 14:36:19 +0000 (06:36 -0800)
SCCS-vsn: sbin/newfs/mkfs.c 6.21

usr/src/sbin/newfs/mkfs.c

index 3f3a503..f7e1e64 100644 (file)
@@ -6,14 +6,9 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkfs.c     6.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkfs.c     6.21 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#ifndef STANDALONE
-#include <stdio.h>
-#include <a.out.h>
-#endif
-
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/wait.h>
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/wait.h>
@@ -23,6 +18,11 @@ static char sccsid[] = "@(#)mkfs.c   6.20 (Berkeley) %G%";
 #include <ufs/ffs/fs.h>
 #include <sys/disklabel.h>
 
 #include <ufs/ffs/fs.h>
 #include <sys/disklabel.h>
 
+#ifndef STANDALONE
+#include <a.out.h>
+#include <stdio.h>
+#endif
+
 /*
  * make file system for cylinder-group style file systems
  */
 /*
  * make file system for cylinder-group style file systems
  */