From 1c0bc1cac1fdc7c6e978065158b8491f08947912 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sat, 8 Mar 1997 02:15:05 +0000 Subject: [PATCH] fix warning. --- sys/scsi/ss.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/scsi/ss.c b/sys/scsi/ss.c index 570b9f78e03..9af9e525816 100644 --- a/sys/scsi/ss.c +++ b/sys/scsi/ss.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ss.c,v 1.12 1997/03/07 12:57:55 kstailey Exp $ */ +/* $OpenBSD: ss.c,v 1.13 1997/03/08 02:15:05 kstailey Exp $ */ /* $NetBSD: ss.c,v 1.10 1996/05/05 19:52:55 christos Exp $ */ /* @@ -79,7 +79,9 @@ void ssstrategy __P((struct buf *)); void ssstart __P((void *)); void ssminphys __P((struct buf *)); +#ifdef NOTYET static int ss_set_window __P((struct ss_softc *, struct scan_io *)); +#endif struct scsi_device ss_switch = { NULL, -- 2.20.1