Module Name: src
Committed By: elad
Date: Wed Dec 23 00:21:39 UTC 2009
Modified Files:
src/sys/kern: init_main.c
Log Message:
Including sysctl.h once is enough.
To generate a diff of this commit:
cvs rdiff -u -r1.412 -r1.413 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.412 src/sys/kern/init_main.c:1.413
--- src/sys/kern/init_main.c:1.412 Thu Dec 17 01:25:10 2009
+++ src/sys/kern/init_main.c Wed Dec 23 00:21:38 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.412 2009/12/17 01:25:10 rmind Exp $ */
+/* $NetBSD: init_main.c,v 1.413 2009/12/23 00:21:38 elad 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.412 2009/12/17 01:25:10 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_main.c,v 1.413 2009/12/23 00:21:38 elad Exp $");
#include "opt_ddb.h"
#include "opt_ipsec.h"
@@ -152,7 +152,6 @@
#include <sys/pset.h>
#include <sys/sysctl.h>
#include <sys/reboot.h>
-#include <sys/sysctl.h>
#include <sys/event.h>
#include <sys/mbuf.h>
#include <sys/sched.h>