diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-08 18:24:12 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-08 18:24:12 +0000 |
commit | 00ab21c036f32174cd7674754f666787a67ff0fe (patch) | |
tree | 961ec91bf4a0801e3686498e0d6e52e22155714d /security | |
parent | ea3d920c0a36a4e624bfaf7cf18e8669ae6bd647 (diff) | |
download | ports-00ab21c036f32174cd7674754f666787a67ff0fe.tar.gz ports-00ab21c036f32174cd7674754f666787a67ff0fe.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/files/patch-defines.h | 11 | ||||
-rw-r--r-- | security/openssh-portable/files/patch-defines.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/patch-defines.h b/security/hpn-ssh/files/patch-defines.h new file mode 100644 index 000000000000..fff0463b7409 --- /dev/null +++ b/security/hpn-ssh/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 */ diff --git a/security/openssh-portable/files/patch-defines.h b/security/openssh-portable/files/patch-defines.h new file mode 100644 index 000000000000..fff0463b7409 --- /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 */ |