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/hppa | |
parent | 278bb51233644a9e8a1bc04c23527e7a914a71a9 (diff) |
remove vm_conf.h; art@ ok
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/hppa/conf.c b/sys/arch/hppa/hppa/conf.c index 4d08cac86ba..931fe9939ac 100644 --- a/sys/arch/hppa/hppa/conf.c +++ b/sys/arch/hppa/hppa/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.12 2001/08/01 20:30:58 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.13 2001/08/06 22:34:43 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -44,7 +44,6 @@ #include <machine/conf.h> -bdev_decl(sw); #include "ccd.h" #include "vnd.h" #include "rd.h" @@ -96,7 +95,6 @@ int nblkdev = sizeof(bdevsw) / sizeof(bdevsw[0]); #define mmread mmrw #define mmwrite mmrw cdev_decl(mm); -cdev_decl(sw); #include "pty.h" #include "wsdisplay.h" #include "wskbd.h" |