PATCH defines.h for FreeBSD 2.2.8

Dirk Meyer dirk.meyer at dinoex.sub.org
Sat Mar 9 19:25:27 EST 2002


I suggest a patch to make openssh-potable-3.1p1 compile under FreeBSD 2.2.8

(ulong) is undefined
(u_long) is used everywhere else in the source.

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [dirk.meyer at dinoex.sub.org],[dirk.meyer at guug.de],[dinoex at FreeBSD.org]

--- 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 */



More information about the openssh-unix-dev mailing list