diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-29 19:03:36 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-29 19:03:36 +0000 |
commit | c9fecc724e368dcbf0ab512215c848379e299203 (patch) | |
tree | 6ccd1c221bfda6ed061d1e8585f2136398ef7966 /sys/arch/i386 | |
parent | c7dd4e6c88d2ebf3c0522cffe4b04830f5334eb7 (diff) |
Die Die Die wt.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/i386/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |