diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-24 19:45:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-24 19:45:04 +0000 |
commit | a40f68f51500ad1e2ab74b203097abc496c70efe (patch) | |
tree | 22bb2ec058a548f0d0f5d21673acf39f067efbaf /sys/arch/alpha | |
parent | 3163d3ca131ae854e4df606fd0fc32285c7a0d38 (diff) |
Repair compilation.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/cpuconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/cpuconf.c b/sys/arch/alpha/alpha/cpuconf.c index bf35ed8a466..57b7fa1639c 100644 --- a/sys/arch/alpha/alpha/cpuconf.c +++ b/sys/arch/alpha/alpha/cpuconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpuconf.c,v 1.5 2002/01/23 03:20:41 ericj Exp $ */ +/* $OpenBSD: cpuconf.c,v 1.6 2002/01/24 19:45:03 miod Exp $ */ /* $NetBSD: cpuconf.c,v 1.27 2000/06/26 02:42:04 enami Exp $ */ /*- @@ -112,7 +112,7 @@ extern void dec_eb164_init __P((void)); #ifdef DEC_EB64PLUS extern void dec_eb64plus_init __P((void)); #else -#define dec_eb64plus_init __P((void)); +#define dec_eb64plus_init platform_not_configured #endif #ifdef DEC_KN300 |