artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6c2fa
)
fix warning.
author
kstailey
<kstailey@openbsd.org>
Sat, 8 Mar 1997 02:15:05 +0000
(
02:15
+0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 8 Mar 1997 02:15:05 +0000
(
02:15
+0000)
sys/scsi/ss.c
patch
|
blob
|
history
diff --git
a/sys/scsi/ss.c
b/sys/scsi/ss.c
index
570b9f7
..
9af9e52
100644
(file)
--- a/
sys/scsi/ss.c
+++ b/
sys/scsi/ss.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ss.c,v 1.1
2 1997/03/07 12:57:5
5 kstailey Exp $ */
+/* $OpenBSD: ss.c,v 1.1
3 1997/03/08 02:15:0
5 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,