diff options
Diffstat (limited to 'sys/dev/eisa/eisa.c')
-rw-r--r-- | sys/dev/eisa/eisa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/eisa/eisa.c b/sys/dev/eisa/eisa.c index d774725cd31..e62ff898dd8 100644 --- a/sys/dev/eisa/eisa.c +++ b/sys/dev/eisa/eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eisa.c,v 1.4 1996/11/12 20:30:09 niklas Exp $ */ +/* $OpenBSD: eisa.c,v 1.5 1996/11/23 21:46:31 kstailey Exp $ */ /* $NetBSD: eisa.c,v 1.11 1996/04/09 22:46:11 cgd Exp $ */ /* @@ -61,7 +61,7 @@ struct cfdriver eisa_cd = { }; int eisasubmatch __P((struct device *, void *, void *)); -int eisaprint __P((void *, char *)); +int eisaprint __P((void *, const char *)); void eisa_devinfo __P((const char *, char *)); int @@ -83,7 +83,7 @@ eisamatch(parent, match, aux) int eisaprint(aux, pnp) void *aux; - char *pnp; + const char *pnp; { register struct eisa_attach_args *ea = aux; char devinfo[256]; |