summaryrefslogtreecommitdiff
path: root/security/openssh/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/patches/patch-am')
-rw-r--r--security/openssh/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/openssh/patches/patch-am b/security/openssh/patches/patch-am
new file mode 100644
index 00000000000..f2e658719df
--- /dev/null
+++ b/security/openssh/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.3 2004/08/04 06:43:52 minskim Exp $
+
+--- openbsd-compat/inet_ntop.c.orig Sun Nov 23 20:33:34 2003
++++ openbsd-compat/inet_ntop.c
+@@ -35,7 +35,7 @@ static char rcsid[] = "$OpenBSD: inet_nt
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+-#ifndef HAVE_CYGWIN
++#if !defined(HAVE_CYGWIN) && !defined(__INTERIX)
+ #include <arpa/nameser.h>
+ #endif
+ #include <string.h>