diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-21 05:51:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-21 05:51:16 +0000 |
commit | 9d8acb5845f4f49b3066987640a2e0e079dc2ccb (patch) | |
tree | 69bb31723f36cefad59f6fbbeedaf8deeebaac49 /sys/arch/sgi/localbus | |
parent | f8c817b871a5392d69073e0981ee36c88c871f13 (diff) |
Nuke commons.
Diffstat (limited to 'sys/arch/sgi/localbus')
-rw-r--r-- | sys/arch/sgi/localbus/macebus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/localbus/macebus.c b/sys/arch/sgi/localbus/macebus.c index b65e5bbf8a8..7bd0bbcdf08 100644 --- a/sys/arch/sgi/localbus/macebus.c +++ b/sys/arch/sgi/localbus/macebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macebus.c,v 1.7 2004/09/20 10:31:16 pefo Exp $ */ +/* $OpenBSD: macebus.c,v 1.8 2004/09/21 05:51:15 miod Exp $ */ /* * Copyright (c) 2000-2004 Opsycon AB (www.opsycon.se) @@ -438,7 +438,6 @@ intrmask_t mace_intem = 0x0; static intrmask_t intrtype[INTMASKSIZE]; static intrmask_t intrmask[INTMASKSIZE]; static intrmask_t intrlevel[INTMASKSIZE]; -struct intrhand *intrhand[INTMASKSIZE]; static int fakeintr __P((void *)); static int fakeintr(void *a) {return 0;} |