summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/tga.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/tga.c')
-rw-r--r--sys/arch/alpha/pci/tga.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/pci/tga.c b/sys/arch/alpha/pci/tga.c
index ac4f6d976dd..384dd7c31e8 100644
--- a/sys/arch/alpha/pci/tga.c
+++ b/sys/arch/alpha/pci/tga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tga.c,v 1.6 1996/11/12 20:29:41 niklas Exp $ */
+/* $OpenBSD: tga.c,v 1.7 1996/11/23 21:44:56 kstailey Exp $ */
/* $NetBSD: tga.c,v 1.10 1996/10/13 03:00:22 christos Exp $ */
/*
@@ -57,7 +57,7 @@
int tgamatch __P((struct device *, void *, void *));
void tgaattach __P((struct device *, struct device *, void *));
-int tgaprint __P((void *, /* const */ char *));
+int tgaprint __P((void *, const char *));
struct cfattach tga_ca = {
sizeof(struct tga_softc), tgamatch, tgaattach,
@@ -312,7 +312,7 @@ tgaattach(parent, self, aux)
int
tgaprint(aux, pnp)
void *aux;
- /* const */ char *pnp;
+ const char *pnp;
{
if (pnp)