summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-15 16:21:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-15 16:21:26 +0000
commit6e1fd7dd1e0949d9b9e386a57b3924b46abb9d63 (patch)
tree4d357e8e5e43ddc000f2d9f2b284e21a640c16a9
parent048450dbc2f1b0fb615225ff453e515c4d790b0d (diff)
do not fake out some config-supplied foo.h / NFOO files
-rw-r--r--sys/arch/landisk/landisk/conf.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c
index f925d5f5c70..21693ba5042 100644
--- a/sys/arch/landisk/landisk/conf.c
+++ b/sys/arch/landisk/landisk/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.10 2009/01/25 17:30:48 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.11 2009/05/15 16:21:25 deraadt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -135,7 +135,6 @@ cdev_decl(pci);
/*
* WSCONS devices
*/
-#if 0
#include "wsdisplay.h"
/*
#include "wsfont.h"
@@ -143,12 +142,6 @@ cdev_decl(pci);
#include "wskbd.h"
#include "wsmouse.h"
#include "wsmux.h"
-#else
-#define NWSDISPLAY 0
-#define NWSMOUSE 0
-#define NWSKBD 0
-#define NWSMUX 0
-#endif
cdev_decl(wskbd);
cdev_decl(wsmouse);