summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/sbicdma.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/mvme68k/dev/sbicdma.c
parent306adfe37a19b924bfe990750192540a4af86079 (diff)
added const to second parameter of cfprint_t routines
Diffstat (limited to 'sys/arch/mvme68k/dev/sbicdma.c')
-rw-r--r--sys/arch/mvme68k/dev/sbicdma.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/sbicdma.c b/sys/arch/mvme68k/dev/sbicdma.c
index a7f1d2a799f..e6d4c96c5fb 100644
--- a/sys/arch/mvme68k/dev/sbicdma.c
+++ b/sys/arch/mvme68k/dev/sbicdma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbicdma.c,v 1.3 1996/04/28 11:03:28 deraadt Exp $ */
+/* $OpenBSD: sbicdma.c,v 1.4 1996/11/23 21:46:00 kstailey Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -56,7 +56,7 @@
void sbicdmaattach __P((struct device *, struct device *, void *));
int sbicdmamatch __P((struct device *, void *, void *));
-int sbicdmaprint __P((void *auxp, char *));
+int sbicdmaprint __P((void *auxp, const char *));
void sbicdma_dmafree __P((struct sbic_softc *));
void sbicdma_dmastop __P((struct sbic_softc *));
@@ -160,8 +160,8 @@ sbicdmaattach(parent, self, args)
*/
int
sbicdmaprint(auxp, pnp)
- void *auxp;
- char *pnp;
+ void *auxp;
+ const char *pnp;
{
if (pnp == NULL)
return (UNCONF);