summaryrefslogtreecommitdiff
path: root/sys/arch/arc/dev/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arc/dev/fd.c')
-rw-r--r--sys/arch/arc/dev/fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/fd.c b/sys/arch/arc/dev/fd.c
index e0f69b60166..e932868c54f 100644
--- a/sys/arch/arc/dev/fd.c
+++ b/sys/arch/arc/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.3 1996/11/06 01:34:00 deraadt Exp $ */
+/* $OpenBSD: fd.c,v 1.4 1996/11/23 21:45:30 kstailey Exp $ */
/* $NetBSD: fd.c,v 1.78 1995/07/04 07:23:09 mycroft Exp $ */
/*-
@@ -249,7 +249,7 @@ struct fdc_attach_args {
int
fdprint(aux, fdc)
void *aux;
- char *fdc;
+ const char *fdc;
{
register struct fdc_attach_args *fa = aux;