From owner-cvs-sys Sun Jan 28 01:56:15 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10807 for cvs-sys-outgoing; Sun, 28 Jan 1996 01:56:15 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10798 Sun, 28 Jan 1996 01:56:10 -0800 (PST) Date: Sun, 28 Jan 1996 01:56:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199601280956.BAA10798@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi worm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/01/28 01:56:08 Modified: sys/scsi worm.c Log: Minor but fatal spelling error when merging my code into -current. Also declared worminit() to avoid a compiler warning. Seems that the other SCSI drivers don't declare XXinit() yet, so perhaps we'd also create a typedef for these func's. Revision Changes Path 1.21 +5 -3 src/sys/scsi/worm.c