From owner-cvs-sys Thu Apr 3 02:09:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11151 for cvs-sys-outgoing; Thu, 3 Apr 1997 02:09:41 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11144; Thu, 3 Apr 1997 02:09:37 -0800 (PST) Date: Thu, 3 Apr 1997 02:09:37 -0800 (PST) From: KATO Takenori Message-Id: <199704031009.CAA11144@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/04/03 02:09:36 Modified: sys/scsi scsiconf.h Log: Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter. If PC98 is defined, the type of the first argument of open_target_lu is scsi_link structure. Revision Changes Path 1.53 +9 -9 src/sys/scsi/scsiconf.h