summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2010-02-08 13:37:02 +0000
committerclaudio <claudio@openbsd.org>2010-02-08 13:37:02 +0000
commitb61666b7e9680e499b79c68d4bdf7e5f9d8205c3 (patch)
tree9f285716285bacb2fb82d7d7bbfb649c8607cb40
parentarpioctl() is not used sore remove it. Found by Gleydson Soares. (diff)
downloadwireguard-openbsd-b61666b7e9680e499b79c68d4bdf7e5f9d8205c3.tar.xz
wireguard-openbsd-b61666b7e9680e499b79c68d4bdf7e5f9d8205c3.zip
The IMPs are history so is splimp, this needs now splnet so update comment.
Another thing found by Gleydson Soares.
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index b0d96caa231..aec52d79c1d 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_spppsubr.c,v 1.78 2009/11/03 10:59:04 claudio Exp $ */
+/* $OpenBSD: if_spppsubr.c,v 1.79 2010/02/08 13:37:02 claudio Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@@ -4825,7 +4825,7 @@ sppp_gen_ip6_addr(struct sppp *sp, struct in6_addr *addr)
}
/*
- * Set my IPv6 address. Must be called at splimp.
+ * Set my IPv6 address. Must be called at splnet.
*/
HIDE void
sppp_set_ip6_addr(struct sppp *sp, const struct in6_addr *src)