diff options
| author | 2002-06-08 21:51:08 +0000 | |
|---|---|---|
| committer | 2002-06-08 21:51:08 +0000 | |
| commit | 6e92dee6582a537158e10309676ae3cd76f1175b (patch) | |
| tree | eb10082040404509c4c9e068461b9f2bcfb71fb2 /sys/net/if.c | |
| parent | Two more files that are needed (diff) | |
| download | wireguard-openbsd-6e92dee6582a537158e10309676ae3cd76f1175b.tar.xz wireguard-openbsd-6e92dee6582a537158e10309676ae3cd76f1175b.zip | |
splnet -> splsoftnet where appropriate
Diffstat (limited to 'sys/net/if.c')
| -rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 502904478c4..f6e221c966a 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.59 2002/06/08 12:02:09 itojun Exp $ */ +/* $OpenBSD: if.c,v 1.60 2002/06/08 21:51:08 itojun Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -933,7 +933,7 @@ ifioctl(so, cmd, data, p) if (((oif_flags ^ ifp->if_flags) & IFF_UP) != 0) { #ifdef INET6 if ((ifp->if_flags & IFF_UP) != 0) { - int s = splsoftnet(); + int s = splnet(); in6_if_up(ifp); splx(s); } |
