diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-03-04 22:40:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-03-04 22:40:17 +0000 |
commit | b751ff7496fc73fe22ed7d0c2371837c4c2aed2c (patch) | |
tree | bd1ae2cb58e37d25f97c0e7f581ad0b9035bf683 /sys/netipx/ipx.c | |
parent | 15e7a983128283f9a61840e1ed37255bb4ada6fe (diff) |
With the exception of two other small uncommited diffs this moves
the remainder of the network stack from splimp to splnet.
ok miod@
Diffstat (limited to 'sys/netipx/ipx.c')
-rw-r--r-- | sys/netipx/ipx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c index c481cf017df..edd7dc7d378 100644 --- a/sys/netipx/ipx.c +++ b/sys/netipx/ipx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.c,v 1.12 2003/12/10 07:22:43 itojun Exp $ */ +/* $OpenBSD: ipx.c,v 1.13 2006/03/04 22:40:16 brad Exp $ */ /*- * @@ -235,7 +235,7 @@ ipx_ifinit(ifp, ia, sipx, scrub) int scrub; { struct sockaddr_ipx oldaddr; - int s = splimp(), error; + int s = splnet(), error; /* * Set up new addresses. |