diff options
Diffstat (limited to 'sys/netipx/ipx_ip.c')
-rw-r--r-- | sys/netipx/ipx_ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index c2257d58cbd..dc20cf5f639 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx_ip.c,v 1.19 2004/09/20 23:10:47 drahn Exp $ */ +/* $OpenBSD: ipx_ip.c,v 1.20 2006/03/04 22:40:16 brad Exp $ */ /*- * @@ -223,7 +223,7 @@ ipxip_input( struct mbuf *m, ...) /* * Deliver to IPX */ - s = splimp(); + s = splnet(); if (IF_QFULL(ifq)) { IF_DROP(ifq); m_freem(m); |