aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/libalpha/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/alpha/libalpha/prom.c')
-rw-r--r--sys/boot/alpha/libalpha/prom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/alpha/libalpha/prom.c b/sys/boot/alpha/libalpha/prom.c
index 535ce3133c0c..380326ccd0ec 100644
--- a/sys/boot/alpha/libalpha/prom.c
+++ b/sys/boot/alpha/libalpha/prom.c
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: prom.c,v 1.1.1.1 1998/08/21 03:17:42 msmith Exp $ */
/* $NetBSD: prom.c,v 1.3 1997/09/06 14:03:58 drochner Exp $ */
/*
@@ -41,7 +41,7 @@ static void prom_probe(struct console *cp);
static int prom_init(int);
void prom_putchar(int);
int prom_getchar(void);
-static int prom_poll(void);
+int prom_poll(void);
struct console promconsole = {
"prom",