diff options
author | 2012-10-07 23:56:21 +0000 | |
---|---|---|
committer | 2012-10-07 23:56:21 +0000 | |
commit | af8ae7e67508d4fb272328995d87770466061feb (patch) | |
tree | d68c458a664393a29c3a702f3102edd45e16b1da | |
parent | Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC (diff) | |
download | wireguard-openbsd-af8ae7e67508d4fb272328995d87770466061feb.tar.xz wireguard-openbsd-af8ae7e67508d4fb272328995d87770466061feb.zip |
spacing
-rw-r--r-- | sys/net/netisr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 849ab396359..7f2294e1a9e 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netisr.h,v 1.36 2011/07/09 04:01:30 deraadt Exp $ */ +/* $OpenBSD: netisr.h,v 1.37 2012/10/07 23:56:21 mikeb Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* @@ -87,7 +87,7 @@ extern void *netisr_intr; #define schednetisr(anisr) \ do { \ atomic_setbits_int(&netisr, (1 << (anisr))); \ - softintr_schedule(netisr_intr); \ + softintr_schedule(netisr_intr); \ } while (/* CONSTCOND */0) void netisr_init(void); |