summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-02-12 01:50:29 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-02-12 01:50:29 +0000
commit62eb7e4d9fe3833073fcd412d31d7b35a5c1ae7a (patch)
treeaba3d132afd69f2518ad367acf68f55e02de72fa /sys/arch/mvme68k
parent214b582cf6d696698a458ca3059111f126683eb0 (diff)
when changing a device entry slot, remove the old one.
Hope this didn't break anyone's mvme68k builds today. this fixes the 1.15 version commit.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/mvme68k/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/mvme68k/conf.c b/sys/arch/mvme68k/mvme68k/conf.c
index ccf2befca54..6491cbbaa3b 100644
--- a/sys/arch/mvme68k/mvme68k/conf.c
+++ b/sys/arch/mvme68k/mvme68k/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.15 1997/02/11 14:51:28 rahnds Exp $ */
+/* $OpenBSD: conf.c,v 1.16 1997/02/12 01:50:28 rahnds Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
@@ -199,7 +199,6 @@ struct cdevsw cdevsw[] =
cdev_notdef(), /* 15 */
cdev_notdef(), /* 16 */
cdev_notdef(), /* 17: concatenated disk */
- cdev_notdef(), /* 18 */
cdev_disk_init(NRD,rd), /* 18: ramdisk device */
cdev_disk_init(NVND,vnd), /* 19: vnode disk */
cdev_tape_init(NST,st), /* 20: SCSI tape */