From 12324b6255a831161c8eba00dbe6b0b633095518 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 29 Jan 1996 19:46:26 +0000 Subject: Remove redundant declaration for worminit(). Dunno why my config(8) didn't generate it, but it's supposed to. --- sys/scsi/worm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c index aef465e..a87dd01 100644 --- a/sys/scsi/worm.c +++ b/sys/scsi/worm.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: worm.c,v 1.21 1996/01/28 09:56:04 joerg Exp $ + * $Id: worm.c,v 1.22 1996/01/28 23:33:23 joerg Exp $ */ /* XXX This is PRELIMINARY. @@ -144,7 +144,6 @@ static d_open_t wormopen; static d_close_t wormclose; static d_ioctl_t wormioctl; static d_strategy_t wormstrategy; -void worminit (void); #define CDEV_MAJOR 62 static struct cdevsw worm_cdevsw = -- cgit v1.1