diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-08 18:24:12 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-08 18:24:12 +0000 |
commit | 5f685a2ef913b810948f53f631bb4620753a55b6 (patch) | |
tree | 8927524d8edb922c8e265ea3ca7bbe81fe32e4e3 /security/hpn-ssh | |
parent | d58f93607fcdf8a8040f488325f2066408b3a666 (diff) | |
download | FreeBSD-ports-5f685a2ef913b810948f53f631bb4620753a55b6.zip FreeBSD-ports-5f685a2ef913b810948f53f631bb4620753a55b6.tar.gz |
- patch to fix undefined (ulong)
- builds now for FreeBSD 2.2.8
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/files/patch-defines.h | 11 |
1 files changed, 11 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 0000000..fff0463 --- /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 */ |