mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add the missing forward declaration of chopen. Reported in the
mailinglists some time ago.
This commit is contained in:
parent
bb38a730ff
commit
a4ef0a998a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5715
@ -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();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user