cannot put sysctl.h before types.h even if that is alphabetical!
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 Mar 1993 05:57:43 +0000 (21:57 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 Mar 1993 05:57:43 +0000 (21:57 -0800)
SCCS-vsn: sbin/init/init.c 6.13

usr/src/sbin/init/init.c

index 7cb0bd3..37b1f38 100644 (file)
@@ -15,11 +15,11 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     6.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     6.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include <sys/sysctl.h>
 #include <sys/types.h>
 #include <sys/types.h>
+#include <sys/sysctl.h>
 #include <sys/wait.h>
 #include <db.h>
 #include <errno.h>
 #include <sys/wait.h>
 #include <db.h>
 #include <errno.h>