diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-10-21 04:08:13 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2021-10-22 18:41:36 +0000 |
commit | 6aae3517ed2500fb963ba0a4264b4756088dd0f4 (patch) | |
tree | 908d4029e181694478c80ea53b4eefc11e30b517 /lib/libc/net | |
parent | a23e18ea545675aca7551ef2395f6df40a3acb29 (diff) | |
download | src-6aae3517ed2500fb963ba0a4264b4756088dd0f4.tar.gz src-6aae3517ed2500fb963ba0a4264b4756088dd0f4.zip |
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getnameinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getnameinfo.c b/lib/libc/net/getnameinfo.c index ad54920aa793..b72734e56ed3 100644 --- a/lib/libc/net/getnameinfo.c +++ b/lib/libc/net/getnameinfo.c @@ -467,7 +467,7 @@ getnameinfo_link(const struct afd *afd, * The following have zero-length addresses. * IFT_GIF (net/if_gif.c) * IFT_LOOP (net/if_loop.c) - * IFT_PPP (net/if_ppp.c, net/if_spppsubr.c) + * IFT_PPP (net/if_tuntap.c) * IFT_SLIP (net/if_sl.c, net/if_strip.c) * IFT_STF (net/if_stf.c) * IFT_L2VLAN (net/if_vlan.c) |