Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern move #include <sys/reboot.h> with the rest of the <...
details: https://anonhg.NetBSD.org/src/rev/0ea8ece41d5b
branches: trunk
changeset: 541112:0ea8ece41d5b
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jan 02 00:12:16 2003 +0000
description:
move #include <sys/reboot.h> with the rest of the <sys/...> headers.
diffstat:
sys/kern/subr_autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 5dd3e605905a -r 0ea8ece41d5b sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c Wed Jan 01 23:08:56 2003 +0000
+++ b/sys/kern/subr_autoconf.c Thu Jan 02 00:12:16 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.81 2003/01/01 17:06:59 augustss Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.82 2003/01/02 00:12:16 mrg Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.81 2003/01/01 17:06:59 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.82 2003/01/02 00:12:16 mrg Exp $");
#include "opt_ddb.h"
@@ -92,10 +92,10 @@
#include <sys/kernel.h>
#include <sys/errno.h>
#include <sys/proc.h>
+#include <sys/reboot.h>
#include <machine/limits.h>
#include "opt_userconf.h"
-#include <sys/reboot.h>
#ifdef USERCONF
#include <sys/userconf.h>
#endif
Home |
Main Index |
Thread Index |
Old Index