summaryrefslogtreecommitdiff
path: root/sys/net/if_gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_gif.c')
-rw-r--r--sys/net/if_gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 7e67b83e1b0..f19474835e8 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gif.c,v 1.33 2006/01/04 06:04:42 canacar Exp $ */
+/* $OpenBSD: if_gif.c,v 1.34 2006/03/04 22:40:15 brad Exp $ */
/* $KAME: if_gif.c,v 1.43 2001/02/20 08:51:07 itojun Exp $ */
/*
@@ -166,7 +166,7 @@ gif_start(ifp)
#endif /* NBRIDGE */
for (;;) {
- s = splimp();
+ s = splnet();
IF_DEQUEUE(&ifp->if_snd, m);
splx(s);