summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/nubus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/dev/nubus.c')
-rw-r--r--sys/arch/mac68k/dev/nubus.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/nubus.c b/sys/arch/mac68k/dev/nubus.c
index 475bfedcb53..70f28253fbb 100644
--- a/sys/arch/mac68k/dev/nubus.c
+++ b/sys/arch/mac68k/dev/nubus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nubus.c,v 1.5 1996/09/21 03:36:58 briggs Exp $ */
+/* $OpenBSD: nubus.c,v 1.6 1996/11/23 21:45:54 kstailey Exp $ */
/* $NetBSD: nubus.c,v 1.23 1996/05/08 15:14:53 scottr Exp $ */
/*
@@ -48,7 +48,7 @@ static int nubus_debug = 0x01;
#define NDB_ARITH 0x4
#endif
-static int nubusprint __P((void *, char *));
+static int nubusprint __P((void *, const char *));
static int nubusmatch __P((struct device *, void *, void *));
static void nubusattach __P((struct device *, struct device *, void *));
@@ -101,8 +101,8 @@ nubusattach(parent, self, aux)
static int
nubusprint(aux, name)
- void *aux;
- char *name;
+ void *aux;
+ const char *name;
{
nubus_slot *fmt;