From: rahnds Date: Wed, 12 Feb 1997 01:50:28 +0000 (+0000) Subject: when changing a device entry slot, remove the old one. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=09d9d6d8629c6b255d3f4013812105e45dfda0c4;p=openbsd 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. --- 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 */