summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-29 19:46:26 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-29 19:46:26 +0000
commit12324b6255a831161c8eba00dbe6b0b633095518 (patch)
tree035a2ba65d94628a437e1fcab7443166a95feecf /sys/scsi
parent35aa0cb102e33c4bb22eb6bef1a16fae652d590a (diff)
downloadFreeBSD-src-12324b6255a831161c8eba00dbe6b0b633095518.zip
FreeBSD-src-12324b6255a831161c8eba00dbe6b0b633095518.tar.gz
Remove redundant declaration for worminit(). Dunno why my config(8)
didn't generate it, but it's supposed to.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/worm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c
index aef465e..a87dd01 100644
--- a/sys/scsi/worm.c
+++ b/sys/scsi/worm.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: worm.c,v 1.21 1996/01/28 09:56:04 joerg Exp $
+ * $Id: worm.c,v 1.22 1996/01/28 23:33:23 joerg Exp $
*/
/* XXX This is PRELIMINARY.
@@ -144,7 +144,6 @@ static d_open_t wormopen;
static d_close_t wormclose;
static d_ioctl_t wormioctl;
static d_strategy_t wormstrategy;
-void worminit (void);
#define CDEV_MAJOR 62
static struct cdevsw worm_cdevsw =
OpenPOWER on IntegriCloud