Skip to content

Commit

Permalink
reduce diff with 3.0 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Nov 30, 2001
1 parent d0e6c84 commit 968a7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbsd/sys/netinet/in_pcb.c
Expand Up @@ -673,6 +673,7 @@ in_pcbnotify(table, dst, fport_arg, laddr, lport_arg, errno, notify)
/*
* See in6_pcbnotify() for IPv6 codepath. By the time this
* gets called, the addresses passed are either definitely IPv4 or
* IPv6; *_pcbnotify() never gets called with v4-mapped v6 addresses.
*/
#endif /* INET6 */

Expand Down Expand Up @@ -719,6 +720,7 @@ in_pcbnotifyall(table, dst, errno, notify)
/*
* See in6_pcbnotify() for IPv6 codepath. By the time this
* gets called, the addresses passed are either definitely IPv4 or
* IPv6; *_pcbnotify() never gets called with v4-mapped v6 addresses.
*/
#endif /* INET6 */

Expand Down

0 comments on commit 968a7a9

Please sign in to comment.