From 946a489fe1b303abc2eb5956425d19ac30e65a94 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 23 Jun 1996 15:02:02 +0000 Subject: [PATCH] Forward-declare a struct tag so that this doesn't depend on a side effect of indirectly including . --- sys/scsi/scsiconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index be3f6e0c2d34..486b3a404289 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsiconf.h,v 1.41 1996/03/31 03:19:09 gibbs Exp $ + * $Id: scsiconf.h,v 1.42 1996/06/14 11:02:18 asami Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 @@ -473,6 +473,7 @@ void sc_print_addr __P((struct scsi_link *)); void sc_print_start __P((struct scsi_link *)); void sc_print_finish __P((void)); +struct sysctl_req; int scsi_externalize __P((struct scsi_link *, struct sysctl_req *)); void scsi_device_register __P((struct scsi_device *sd));