Module Name:    src
Committed By:   pooka
Date:           Sun Jan 31 03:57:01 UTC 2010

Modified Files:
        src/sys/kern: init_main.c

Log Message:
uncommit part which wasn't supposed to get committed yet


To generate a diff of this commit:
cvs rdiff -u -r1.416 -r1.417 src/sys/kern/init_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/init_main.c
diff -u src/sys/kern/init_main.c:1.416 src/sys/kern/init_main.c:1.417
--- src/sys/kern/init_main.c:1.416	Sun Jan 31 02:04:43 2010
+++ src/sys/kern/init_main.c	Sun Jan 31 03:57:01 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: init_main.c,v 1.416 2010/01/31 02:04:43 pooka Exp $	*/
+/*	$NetBSD: init_main.c,v 1.417 2010/01/31 03:57:01 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -97,7 +97,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.416 2010/01/31 02:04:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.417 2010/01/31 03:57:01 pooka Exp $");
 
 #include "opt_ddb.h"
 #include "opt_ipsec.h"
@@ -349,7 +349,7 @@
 	bpf_setops();
 
 	/* Start module system. */
-	module_init(true);
+	module_init();
 
 	/*
 	 * Initialize the kernel authorization subsystem and start the

Reply via email to