summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/sii.c
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:23:08 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1996-12-22 15:23:08 +0000
commit8d20cedbeb449777da66cfcecbdc45fa3dcb933e (patch)
treec3444df56a3176898080fb7056e06c666ce7b29e /sys/arch/pmax/dev/sii.c
parentca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (diff)
bring back all the local OpenBSD changes to the pmax tree since 961107
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
Diffstat (limited to 'sys/arch/pmax/dev/sii.c')
-rw-r--r--sys/arch/pmax/dev/sii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/sii.c b/sys/arch/pmax/dev/sii.c
index aadc25d0c94..43185c1b113 100644
--- a/sys/arch/pmax/dev/sii.c
+++ b/sys/arch/pmax/dev/sii.c
@@ -88,7 +88,7 @@ struct cfdriver sii_cd = {
NULL, "sii", DV_DULL
};
-int siiprint(void*, char*);
+int siiprint(void*, const char*);
int siiintr __P((void *sc));
#ifdef USE_NEW_SCSI