summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/dev/fd.c')
-rw-r--r--sys/arch/atari/dev/fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/fd.c b/sys/arch/atari/dev/fd.c
index e7f8dba61e1..6a9c56b68cb 100644
--- a/sys/arch/atari/dev/fd.c
+++ b/sys/arch/atari/dev/fd.c
@@ -210,7 +210,7 @@ extern __inline__ u_char read_dmastat(void)
* Autoconfig stuff....
*/
static int fdcmatch __P((struct device *, struct cfdata *, void *));
-static int fdcprint __P((void *, char *));
+static int fdcprint __P((void *, const char *));
static void fdcattach __P((struct device *, struct device *, void *));
struct cfdriver fdccd = {
@@ -281,7 +281,7 @@ void *auxp;
static int
fdcprint(auxp, pnp)
void *auxp;
-char *pnp;
+const char *pnp;
{
return(UNCONF);
}