diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-02-26 00:04:28 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-02-26 00:04:28 +0100 |
commit | 34233830a1f42e95ddad5ff1cff9f9024d422861 (patch) | |
tree | d7876b18917dd7508df46f464f64394cafd073ee /openbsd-compat/inet_ntop.c | |
parent | - (djm) [configure.ac] in_addr_t test needs sys/types.h too (diff) | |
download | openssh-34233830a1f42e95ddad5ff1cff9f9024d422861.tar.xz openssh-34233830a1f42e95ddad5ff1cff9f9024d422861.zip |
- (dtucker) [openbsd-compat/bsd-openpty.c openbsd-compat/inet_ntop.c]
Remove two obsolete Cygwin #ifdefs. Patch from vinschen at redhat.com.
Diffstat (limited to 'openbsd-compat/inet_ntop.c')
-rw-r--r-- | openbsd-compat/inet_ntop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/inet_ntop.c b/openbsd-compat/inet_ntop.c index 7031625b4..47796c370 100644 --- a/openbsd-compat/inet_ntop.c +++ b/openbsd-compat/inet_ntop.c @@ -35,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> |