diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-02-08 13:37:03 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-02-08 13:37:03 +0000 |
commit | 8c1b5d92e7e87cd3d099885a685f6aa340196b25 (patch) | |
tree | 38c0bd32ae1f1c2912b3d07eb33b596d447da1c5 /sys/net/if_spppsubr.c | |
parent | 32a94c3224e8fbe08979db08ff1ead012630fce7 (diff) |
The IMPs are history so is splimp, this needs now splnet so update comment.
Another thing found by Gleydson Soares.
Diffstat (limited to 'sys/net/if_spppsubr.c')
-rw-r--r-- | sys/net/if_spppsubr.c | 4 |
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) |