From owner-freebsd-commit Thu Dec 14 11:38:50 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02426 for freebsd-commit-outgoing; Thu, 14 Dec 1995 11:38:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02412 for cvs-all-outgoing; Thu, 14 Dec 1995 11:38:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02402 for cvs-sys-outgoing; Thu, 14 Dec 1995 11:38:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA02390 Thu, 14 Dec 1995 11:38:42 -0800 (PST) Date: Thu, 14 Dec 1995 11:38:42 -0800 (PST) From: Bruce Evans Message-Id: <199512141938.LAA02390@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.h sd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/14 11:38:41 Modified: sys/scsi scsiconf.h sd.c Log: Declared functions as static in their definitions as well as in their prototypes. Revision Changes Path 1.35 +7 -9 src/sys/scsi/scsiconf.h 1.82 +10 -11 src/sys/scsi/sd.c