Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Including sysctl.h once is enough.
details: https://anonhg.NetBSD.org/src/rev/b5a5f967b275
branches: trunk
changeset: 750282:b5a5f967b275
user: elad <elad%NetBSD.org@localhost>
date: Wed Dec 23 00:21:38 2009 +0000
description:
Including sysctl.h once is enough.
diffstat:
sys/kern/init_main.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2ce0bd05d473 -r b5a5f967b275 sys/kern/init_main.c
--- a/sys/kern/init_main.c Wed Dec 23 00:17:40 2009 +0000
+++ b/sys/kern/init_main.c Wed Dec 23 00:21:38 2009 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index