summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/esp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mac68k/dev/esp.c')
-rw-r--r--sys/arch/mac68k/dev/esp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c
index f9140603b39..10cf87f9263 100644
--- a/sys/arch/mac68k/dev/esp.c
+++ b/sys/arch/mac68k/dev/esp.c
@@ -283,11 +283,11 @@ espmatch(parent, vcf, aux)
#endif
}
-int scsiprint __P((void *, char *));
+int scsiprint __P((void *, const char *));
int
scsiprint(aux, name)
void *aux;
- char *name;
+ const char *name;
{
return (UNCONF);
}