mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
libreplace: add an inet_aton() function that calls inet_pton().
inet_aton() is even needed inside libreplace, in the implementation of rep_getaddrinfo(). Michael
This commit is contained in:
@@ -347,6 +347,7 @@ m4_include(timegm.m4)
|
||||
m4_include(socket.m4)
|
||||
m4_include(inet_ntop.m4)
|
||||
m4_include(inet_pton.m4)
|
||||
m4_include(inet_aton.m4)
|
||||
m4_include(getaddrinfo.m4)
|
||||
m4_include(repdir.m4)
|
||||
m4_include(getifaddrs.m4)
|
||||
|
||||
Reference in New Issue
Block a user