summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/cia.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/cia.c')
-rw-r--r--sys/arch/alpha/pci/cia.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c
index 8337d47c48c..c52bec93a35 100644
--- a/sys/arch/alpha/pci/cia.c
+++ b/sys/arch/alpha/pci/cia.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cia.c,v 1.4 1996/10/30 22:39:53 niklas Exp $ */
+/* $OpenBSD: cia.c,v 1.5 1996/11/23 21:44:54 kstailey Exp $ */
/* $NetBSD: cia.c,v 1.11 1996/10/13 03:00:03 christos Exp $ */
/*
@@ -60,7 +60,7 @@ struct cfdriver cia_cd = {
NULL, "cia", DV_DULL,
};
-int ciaprint __P((void *, /* const */ char *pnp));
+int ciaprint __P((void *, const char *pnp));
/* There can be only one. */
int ciafound;
@@ -148,7 +148,7 @@ ciaattach(parent, self, aux)
int
ciaprint(aux, pnp)
void *aux;
- /* const */ char *pnp;
+ const char *pnp;
{
register struct pcibus_attach_args *pba = aux;