summaryrefslogtreecommitdiffstats
path: root/security/openssh-portable
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh-portable')
-rw-r--r--security/openssh-portable/files/patch-defines.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openssh-portable/files/patch-defines.h b/security/openssh-portable/files/patch-defines.h
new file mode 100644
index 0000000..fff0463
--- /dev/null
+++ b/security/openssh-portable/files/patch-defines.h
@@ -0,0 +1,11 @@
+--- defines.h.orig Tue Feb 26 17:40:49 2002
++++ defines.h Fri Mar 8 18:51:27 2002
+@@ -146,7 +146,7 @@
+ including rpc/rpc.h breaks Solaris 6
+ */
+ #ifndef INADDR_LOOPBACK
+-#define INADDR_LOOPBACK ((ulong)0x7f000001)
++#define INADDR_LOOPBACK ((u_long)0x7f000001)
+ #endif
+
+ /* Types */
OpenPOWER on IntegriCloud