diff options
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index e965390a63..02e10335f4 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -43,7 +43,8 @@ routines := ntohl ntohs htonl htons \ ether_ntoa ether_ntoa_r ether_ntoh \ rcmd rexec ruserpass \ getnetgrent_r getnetgrent \ - getaliasent_r getaliasent getaliasname getaliasname_r + getaliasent_r getaliasent getaliasname getaliasname_r \ + in6_addr getnameinfo # No warnings about losing BSD code. CFLAGS-rcmd.c = -w |