summaryrefslogtreecommitdiff
path: root/sys/kern/subr_userconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_userconf.c')
-rw-r--r--sys/kern/subr_userconf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/kern/subr_userconf.c b/sys/kern/subr_userconf.c
index efac403ac75..1c8304e4764 100644
--- a/sys/kern/subr_userconf.c
+++ b/sys/kern/subr_userconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_userconf.c,v 1.4 1996/07/02 06:52:00 niklas Exp $ */
+/* $OpenBSD: subr_userconf.c,v 1.5 1996/07/27 11:27:43 deraadt Exp $ */
/*
* Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*/
-#ifdef BOOT_CONFIG
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
@@ -838,10 +837,3 @@ user_config()
}
printf("Continuing...\n");
}
-#else BOOT_CONFIG
-void
-user_config()
-{
- printf("User Kernel Config isn't supported in this kernel\n");
-}
-#endif