diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:23:08 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-12-22 15:23:08 +0000 |
commit | 8d20cedbeb449777da66cfcecbdc45fa3dcb933e (patch) | |
tree | c3444df56a3176898080fb7056e06c666ce7b29e /sys/arch/pmax/dev/sii.c | |
parent | ca1c7fedd990e6b1e7244233df5a6a638f0e4e31 (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.c | 2 |
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 |