summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2007-05-29 19:03:36 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2007-05-29 19:03:36 +0000
commitc9fecc724e368dcbf0ab512215c848379e299203 (patch)
tree6ccd1c221bfda6ed061d1e8585f2136398ef7966
parentc7dd4e6c88d2ebf3c0522cffe4b04830f5334eb7 (diff)
Die Die Die wt.
-rw-r--r--sys/arch/amd64/amd64/conf.c3
-rw-r--r--sys/arch/i386/i386/conf.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/conf.c b/sys/arch/amd64/amd64/conf.c
index abc7c0274e9..438eaf9ef17 100644
--- a/sys/arch/amd64/amd64/conf.c
+++ b/sys/arch/amd64/amd64/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2007/05/28 02:13:44 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2007/05/29 19:03:35 krw Exp $ */
/*
* Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved.
@@ -114,7 +114,6 @@ cdev_decl(wd);
#include "com.h"
cdev_decl(com);
cdev_decl(fd);
-cdev_decl(wt);
cdev_decl(scd);
#include "ss.h"
#include "lpt.h"
diff --git a/sys/arch/i386/i386/conf.c b/sys/arch/i386/i386/conf.c
index 9847771009c..ab58b8397f0 100644
--- a/sys/arch/i386/i386/conf.c
+++ b/sys/arch/i386/i386/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.116 2007/05/28 02:13:44 krw Exp $ */
+/* $OpenBSD: conf.c,v 1.117 2007/05/29 19:03:35 krw Exp $ */
/* $NetBSD: conf.c,v 1.75 1996/05/03 19:40:20 christos Exp $ */
/*
@@ -123,7 +123,6 @@ cdev_decl(wd);
#include "pccom.h"
cdev_decl(com);
cdev_decl(fd);
-cdev_decl(wt);
#include "ss.h"
#include "lpt.h"
cdev_decl(lpt);