diff options
author | 2004-01-23 10:40:01 +0000 | |
---|---|---|
committer | 2004-01-23 10:40:01 +0000 | |
commit | 3c9f8ec64a7d9dfddd0c87fd2c5ec15bc6dceed4 (patch) | |
tree | 5ef8d1ad118aca757ec1b606f7606d7b56e1c451 | |
parent | Move a closefrom(2) into the block that execs su(1) where it can do the (diff) | |
download | wireguard-openbsd-3c9f8ec64a7d9dfddd0c87fd2c5ec15bc6dceed4.tar.xz wireguard-openbsd-3c9f8ec64a7d9dfddd0c87fd2c5ec15bc6dceed4.zip |
Nuke last common.
-rw-r--r-- | sys/arch/mvmeppc/mvmeppc/machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/mvmeppc/machdep.c b/sys/arch/mvmeppc/mvmeppc/machdep.c index 146aa668dcb..84590a2efe0 100644 --- a/sys/arch/mvmeppc/mvmeppc/machdep.c +++ b/sys/arch/mvmeppc/mvmeppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.37 2004/01/22 20:45:20 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.38 2004/01/23 10:40:01 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -767,8 +767,8 @@ dumpsys() printf("dumpsys: TBD\n"); } -volatile int cpl, ipending, astpending, tickspending; -int imask[IPL_NUM/*7*/]; +volatile int cpl, ipending, astpending; +int imask[IPL_NUM]; int netisr; /* |