summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libbug/putchar.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-07 21:35:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-07 21:35:36 +0000
commit90520622f1cfb257c67f0bfec513ba23f2bceeca (patch)
treea0bcee5bfd64e9feefbaeec47b4f096da7fd5a53 /sys/arch/mvme88k/stand/libbug/putchar.c
parentc10012dfd6c4cf7bf10d3483717cee42ff26e356 (diff)
Oops, use the local MVMEPROM_CALL(), rather than the one which used to be
in <machine/prom.h> -- code in stand/ does not need a specific context to invoke the BUG functions.
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug/putchar.c')
-rw-r--r--sys/arch/mvme88k/stand/libbug/putchar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/putchar.c b/sys/arch/mvme88k/stand/libbug/putchar.c
index 2193b45c78c..a097e36f5b4 100644
--- a/sys/arch/mvme88k/stand/libbug/putchar.c
+++ b/sys/arch/mvme88k/stand/libbug/putchar.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: putchar.c,v 1.2 1998/12/15 06:32:34 smurph Exp $ */
+/* $OpenBSD: putchar.c,v 1.3 2003/09/07 21:35:35 miod Exp $ */
/*
* putchar: easier to do this with outstr than to add more macros to
@@ -9,7 +9,7 @@
#include <machine/prom.h>
#include "stand.h"
-#include "libbug.h"
+#include "prom.h"
void
putchar(c)