summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-13 20:10:30 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-13 20:10:30 +0000
commita626429b1f093c6878eeca36e75d87c4a9f434fc (patch)
treefe8982c9e3ebd869827abbe47ab74e40e8dae4e6 /sys
parente50df8d6b6c6c798258cff6de01fec058ed31dc3 (diff)
make it compile again
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/uha.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/uha.c b/sys/dev/ic/uha.c
index 5d15be79975..7e7596e8718 100644
--- a/sys/dev/ic/uha.c
+++ b/sys/dev/ic/uha.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uha.c,v 1.1 1996/11/28 23:27:54 niklas Exp $ */
+/* $OpenBSD: uha.c,v 1.2 1997/04/13 20:10:29 mickey Exp $ */
/* $NetBSD: uha.c,v 1.3 1996/10/13 01:37:29 christos Exp $ */
#undef UHADEBUG
@@ -86,9 +86,9 @@
#define KVTOPHYS(x) vtophys(x)
-void uha_reset_mscp __P((struct uha_softc *, struct uha_mscp *));
+integrate void uha_reset_mscp __P((struct uha_softc *, struct uha_mscp *));
void uha_free_mscp __P((struct uha_softc *, struct uha_mscp *));
-void uha_init_mscp __P((struct uha_softc *, struct uha_mscp *));
+integrate void uha_init_mscp __P((struct uha_softc *, struct uha_mscp *));
struct uha_mscp *uha_get_mscp __P((struct uha_softc *, int));
void uhaminphys __P((struct buf *));
int uha_scsi_cmd __P((struct scsi_xfer *));