diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-06 22:34:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-06 22:34:45 +0000 |
commit | ae0bab4889690c7680ac2b500763a7cadd471d12 (patch) | |
tree | ff759c6e64abee87f670167b06227940249a0f9d /sys/arch/hp300 | |
parent | 278bb51233644a9e8a1bc04c23527e7a914a71a9 (diff) |
remove vm_conf.h; art@ ok
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/hp300/conf.c b/sys/arch/hp300/hp300/conf.c index 8ea582cdbcb..86428d35233 100644 --- a/sys/arch/hp300/hp300/conf.c +++ b/sys/arch/hp300/hp300/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.25 2001/06/27 06:56:28 kjc Exp $ */ +/* $OpenBSD: conf.c,v 1.26 2001/08/06 22:34:43 mickey Exp $ */ /* $NetBSD: conf.c,v 1.39 1997/05/12 08:17:53 thorpej Exp $ */ /*- @@ -50,7 +50,6 @@ bdev_decl(ct); bdev_decl(mt); #include "hd.h" bdev_decl(hd); -bdev_decl(sw); #include "sd.h" bdev_decl(sd); #include "ccd.h" @@ -107,7 +106,6 @@ cdev_decl(ctty); #define mmread mmrw #define mmwrite mmrw cdev_decl(mm); -cdev_decl(sw); #include "pty.h" #define ptstty ptytty #define ptsioctl ptyioctl |