summaryrefslogtreecommitdiffstats
path: root/sys/scsi/ch.c
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-19 21:02:54 +0000
committerats <ats@FreeBSD.org>1995-01-19 21:02:54 +0000
commit9366080bf5c5f2de9403b8c0194b28723f6f415d (patch)
tree5c449f4cf0cf3eb0ae00f20ebeaa9e0b55cf9580 /sys/scsi/ch.c
parent0420ea837c78e9e545851fdb724214c7a9bbb137 (diff)
downloadFreeBSD-src-9366080bf5c5f2de9403b8c0194b28723f6f415d.zip
FreeBSD-src-9366080bf5c5f2de9403b8c0194b28723f6f415d.tar.gz
Add the missing forward declaration of chopen. Reported in the
mailinglists some time ago.
Diffstat (limited to 'sys/scsi/ch.c')
-rw-r--r--sys/scsi/ch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c
index b39de58..2c93393 100644
--- a/sys/scsi/ch.c
+++ b/sys/scsi/ch.c
@@ -2,7 +2,7 @@
* Written by grefen@?????
* Based on scsi drivers by Julian Elischer (julian@tfs.com)
*
- * $Id: ch.c,v 1.11 1994/10/23 21:27:53 wollman Exp $
+ * $Id: ch.c,v 1.12 1995/01/08 13:38:29 dufault Exp $
*/
#include <sys/types.h>
@@ -37,6 +37,7 @@ u_int32 ch_xfer_block_wait[NCH];
#define ESUCCESS 0
+errval chopen();
errval chattach();
/*
OpenPOWER on IntegriCloud