diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-08-31 06:26:08 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-08-31 06:26:08 +0000 |
| commit | f1420fc5c7cc63c2be141699bf4884d8a6c2b3f5 (patch) | |
| tree | 1d466cd70cef378d0c56bc1dfa14d39745e884ce /sys/scsi | |
| parent | 9df2a042ec6577253bccef91901dacb9fca65c57 (diff) | |
Notes
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/scsiconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index dc70a9035ffc..fa5e4b83dad9 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.30 1995/05/30 08:13:45 rgrimes Exp $ + * $Id: scsiconf.c,v 1.30.4.1 1995/07/22 04:25:06 davidg 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 |
