diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-07 21:35:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-09-07 21:35:36 +0000 |
commit | 90520622f1cfb257c67f0bfec513ba23f2bceeca (patch) | |
tree | a0bcee5bfd64e9feefbaeec47b4f096da7fd5a53 /sys/arch/mvme88k/stand/libbug/instat.c | |
parent | c10012dfd6c4cf7bf10d3483717cee42ff26e356 (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/instat.c')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/instat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/instat.c b/sys/arch/mvme88k/stand/libbug/instat.c index 0a8b9c9d30f..b83c209d8a9 100644 --- a/sys/arch/mvme88k/stand/libbug/instat.c +++ b/sys/arch/mvme88k/stand/libbug/instat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: instat.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */ +/* $OpenBSD: instat.c,v 1.3 2003/09/07 21:35:35 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory @@ -6,6 +6,7 @@ */ #include <sys/types.h> #include <machine/prom.h> +#include "prom.h" /* returns 0 if no characters ready to read */ int |