]> andersk Git - openssh.git/blobdiff - openbsd-compat/inet_ntop.c
- (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25.
[openssh.git] / openbsd-compat / inet_ntop.c
index 075eac44f2016b6f011109abba3b71abc6f8e0b6..c75a80d2b2e2cd1bb4f112e85a9345945feeb26f 100644 (file)
@@ -16,6 +16,8 @@
  * SOFTWARE.
  */
 
+/* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
+
 #include "includes.h"
 
 #ifndef HAVE_INET_NTOP
@@ -33,9 +35,7 @@ static char rcsid[] = "$OpenBSD: inet_ntop.c,v 1.5 2002/08/23 16:27:31 itojun Ex
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#ifndef HAVE_CYGWIN
 #include <arpa/nameser.h>
-#endif
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
This page took 0.033997 seconds and 4 git commands to generate.