Got rid of a bunch of cruft.
[rsync/rsync.git] / lib / inet_ntop.c
index 9451d23..7866999 100644 (file)
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] =
-       "$Id$";
-#endif /* LIBC_SCCS and not lint */
 
-#include <config.h>
-
-#include <errno.h>
-#include <stdio.h>
-#include <string.h>
-
-#include <isc/net.h>
+#include "rsync.h"
 
 #define NS_INT16SZ      2
 #define NS_IN6ADDRSZ   16
@@ -53,7 +43,7 @@ static const char *inet_ntop6(const unsigned char *src, char *dst,
  *     Paul Vixie, 1996.
  */
 const char *
-isc_net_ntop(int af, const void *src, char *dst, size_t size)
+inet_ntop(int af, const void *src, char *dst, size_t size)
 {
        switch (af) {
        case AF_INET: