From owner-cvs-sys Sun Jan 28 15:33:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10427 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:33:27 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10420 Sun, 28 Jan 1996 15:33:25 -0800 (PST) Date: Sun, 28 Jan 1996 15:33:25 -0800 (PST) From: Joerg Wunsch Message-Id: <199601282333.PAA10420@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 15:33:25 Modified: sys/scsi worm.c Log: Make worm.c compile with -Wall -Werror again. . remove some unused variables . declare worminit() right this time, it's actually extern (?) . use wormminphys(), now that it's already there (hope i've got this right) Revision Changes Path 1.22 +7 -7 src/sys/scsi/worm.c