summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
committerbde <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
commitb31df0923855dfd9d896af85136b21457656fb94 (patch)
tree615cdfe7b4bd682482b05bb8cf71a6e13bc3f095 /sys/scsi
parent6a4e982f2752e3e2c2174179969c6ecc93410a5f (diff)
downloadFreeBSD-src-b31df0923855dfd9d896af85136b21457656fb94.zip
FreeBSD-src-b31df0923855dfd9d896af85136b21457656fb94.tar.gz
Make everything except the unsupported network sources compile cleanly
with -Wnested-externs.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 93e77bd..1cb392f 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.31 1995/06/14 12:28:32 amurai Exp $
+ * $Id: scsiconf.c,v 1.32 1995/07/17 23:37:59 gibbs Exp $
*/
#include <sys/types.h>
@@ -60,6 +60,8 @@ struct extend_array
void **ps;
};
+static errval scsi_attach_sctarg __P((void));
+
static void *extend_alloc(size_t s)
{
void *p = malloc(s, M_DEVBUF, M_NOWAIT);
@@ -622,8 +624,6 @@ void scsi_configure_start(void)
void scsi_configure_finish(void)
{
-
- static errval scsi_attach_sctarg __P((void));
#if NSCTARG > 0
scsi_attach_sctarg();
#endif
OpenPOWER on IntegriCloud