X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/52d58495969a55ad95c3609254628177e1753f84..a65ea33b3869da3ab6d637d38da19f79b6397165:/openbsd-compat/inet_ntop.c diff --git a/openbsd-compat/inet_ntop.c b/openbsd-compat/inet_ntop.c index 075eac44..c75a80d2 100644 --- a/openbsd-compat/inet_ntop.c +++ b/openbsd-compat/inet_ntop.c @@ -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 #include #include -#ifndef HAVE_CYGWIN #include -#endif #include #include #include