Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Make it compile without USERCONF.
details: https://anonhg.NetBSD.org/src/rev/bca65b5ffb95
branches: trunk
changeset: 541103:bca65b5ffb95
user: augustss <augustss%NetBSD.org@localhost>
date: Wed Jan 01 17:06:59 2003 +0000
description:
Make it compile without USERCONF.
diffstat:
sys/kern/subr_autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 4ed557d591cd -r bca65b5ffb95 sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c Wed Jan 01 16:36:51 2003 +0000
+++ b/sys/kern/subr_autoconf.c Wed Jan 01 17:06:59 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.80 2002/12/31 23:59:11 thorpej Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.81 2003/01/01 17:06:59 augustss 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.80 2002/12/31 23:59:11 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.81 2003/01/01 17:06:59 augustss Exp $");
#include "opt_ddb.h"
@@ -95,9 +95,9 @@
#include <machine/limits.h>
#include "opt_userconf.h"
+#include <sys/reboot.h>
#ifdef USERCONF
#include <sys/userconf.h>
-#include <sys/reboot.h>
#endif
/*
Home |
Main Index |
Thread Index |
Old Index