From a4ef0a998ae77a59ea7244c734f15783b1b88bc2 Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Thu, 19 Jan 1995 21:02:54 +0000 Subject: [PATCH] Add the missing forward declaration of chopen. Reported in the mailinglists some time ago. --- sys/scsi/ch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/scsi/ch.c b/sys/scsi/ch.c index b39de58af38d..2c9339395641 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 @@ -37,6 +37,7 @@ u_int32 ch_xfer_block_wait[NCH]; #define ESUCCESS 0 +errval chopen(); errval chattach(); /*