get those types right
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 Mar 1993 06:00:07 +0000 (22:00 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 10 Mar 1993 06:00:07 +0000 (22:00 -0800)
SCCS-vsn: sbin/init/init.c 6.14

usr/src/sbin/init/init.c

index 37b1f38..0e664ba 100644 (file)
@@ -15,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     6.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     6.14 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -403,7 +403,8 @@ disaster(sig)
 int
 getsecuritylevel()
 {
 int
 getsecuritylevel()
 {
-       int name[2], len, curlevel;
+       int name[2], curlevel;
+       size_t len;
        extern int errno;
 
        name[0] = CTL_KERN;
        extern int errno;
 
        name[0] = CTL_KERN;