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/mvme88k | |
parent | 278bb51233644a9e8a1bc04c23527e7a914a71a9 (diff) |
remove vm_conf.h; art@ ok
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/mvme88k/conf.c b/sys/arch/mvme88k/mvme88k/conf.c index 55c0902ccc1..09bf36d548f 100644 --- a/sys/arch/mvme88k/mvme88k/conf.c +++ b/sys/arch/mvme88k/mvme88k/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.17 2001/06/27 06:56:29 kjc Exp $ */ +/* $OpenBSD: conf.c,v 1.18 2001/08/06 22:34:44 mickey Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -45,7 +45,6 @@ int ttselect __P((dev_t, int, struct proc *)); -bdev_decl(sw); #include "st.h" bdev_decl(st); #include "sd.h" @@ -105,7 +104,6 @@ cdev_decl(ctty); #define mmread mmrw #define mmwrite mmrw cdev_decl(mm); -cdev_decl(sw); #include "sram.h" cdev_decl(sram); |