summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/wstsc.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1996-11-23 21:47:14 +0000
committerkstailey <kstailey@cvs.openbsd.org>1996-11-23 21:47:14 +0000
commit728527f840ec82a566f72f3cec384e341ac59a4c (patch)
treef9b921355a0db868e86c0df2976673aee9af1339 /sys/arch/amiga/dev/wstsc.c
parent306adfe37a19b924bfe990750192540a4af86079 (diff)
added const to second parameter of cfprint_t routines
Diffstat (limited to 'sys/arch/amiga/dev/wstsc.c')
-rw-r--r--sys/arch/amiga/dev/wstsc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/dev/wstsc.c b/sys/arch/amiga/dev/wstsc.c
index 6e63210e5a5..7ca477742a1 100644
--- a/sys/arch/amiga/dev/wstsc.c
+++ b/sys/arch/amiga/dev/wstsc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wstsc.c,v 1.3 1996/05/02 06:44:39 niklas Exp $ */
+/* $OpenBSD: wstsc.c,v 1.4 1996/11/23 21:45:23 kstailey Exp $ */
/* $NetBSD: wstsc.c,v 1.12 1996/04/28 06:49:35 mhitch Exp $ */
/*
@@ -48,7 +48,7 @@
#include <amiga/dev/scivar.h>
#include <amiga/dev/zbusvar.h>
-int wstscprint __P((void *auxp, char *));
+int wstscprint __P((void *auxp, const char *));
void wstscattach __P((struct device *, struct device *, void *));
int wstscmatch __P((struct device *, void *, void *));
@@ -187,7 +187,7 @@ wstscattach(pdp, dp, auxp)
int
wstscprint(auxp, pnp)
void *auxp;
- char *pnp;
+ const char *pnp;
{
if (pnp == NULL)
return(UNCONF);