artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4dc0bb
)
when changing a device entry slot, remove the old one.
author
rahnds
<rahnds@openbsd.org>
Wed, 12 Feb 1997 01:50:28 +0000
(
01:50
+0000)
committer
rahnds
<rahnds@openbsd.org>
Wed, 12 Feb 1997 01:50:28 +0000
(
01:50
+0000)
Hope this didn't break anyone's mvme68k builds today.
this fixes the 1.15 version commit.
sys/arch/mvme68k/mvme68k/conf.c
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/mvme68k/conf.c
b/sys/arch/mvme68k/mvme68k/conf.c
index
ccf2bef
..
6491cbb
100644
(file)
--- a/
sys/arch/mvme68k/mvme68k/conf.c
+++ b/
sys/arch/mvme68k/mvme68k/conf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: conf.c,v 1.1
5 1997/02/11 14:51
:28 rahnds Exp $ */
+/* $OpenBSD: conf.c,v 1.1
6 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 */