- patch to fix undefined (ulong)
- builds now for FreeBSD 2.2.8
This commit is contained in:
parent
ea3d920c0a
commit
00ab21c036
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55738
2 changed files with 22 additions and 0 deletions
11
security/hpn-ssh/files/patch-defines.h
Normal file
11
security/hpn-ssh/files/patch-defines.h
Normal file
|
@ -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 */
|
11
security/openssh-portable/files/patch-defines.h
Normal file
11
security/openssh-portable/files/patch-defines.h
Normal file
|
@ -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 */
|
Loading…
Reference in a new issue