summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/net/netisr.h4
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);