Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern uncommit part which wasn't supposed to get committe...



details:   https://anonhg.NetBSD.org/src/rev/d817e983b895
branches:  trunk
changeset: 751284:d817e983b895
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Jan 31 03:57:01 2010 +0000

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

diffstat:

 sys/kern/init_main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4c7affa81fb2 -r d817e983b895 sys/kern/init_main.c
--- a/sys/kern/init_main.c      Sun Jan 31 03:11:55 2010 +0000
+++ b/sys/kern/init_main.c      Sun Jan 31 03:57:01 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index