summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_ntop.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-02-26 10:04:28 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-02-26 10:04:28 +1100
commit34233830a1f42e95ddad5ff1cff9f9024d422861 (patch)
treed7876b18917dd7508df46f464f64394cafd073ee /openbsd-compat/inet_ntop.c
parent848b99363987c3cc7abffb182d519dbea8c4f8ab (diff)
- (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.c2
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
35#include <sys/socket.h> 35#include <sys/socket.h>
36#include <netinet/in.h> 36#include <netinet/in.h>
37#include <arpa/inet.h> 37#include <arpa/inet.h>
38#ifndef HAVE_CYGWIN
39#include <arpa/nameser.h> 38#include <arpa/nameser.h>
40#endif
41#include <string.h> 39#include <string.h>
42#include <errno.h> 40#include <errno.h>
43#include <stdio.h> 41#include <stdio.h>