Bug 313

Summary: undefined type in older cc's
Product: Portable OpenSSH Reporter: Dirk Meyer <dirk.meyer>
Component: Build systemAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: Other   
OS: FreeBSD   

Description Dirk Meyer 2002-06-28 15:46:28 AEST
--- 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 */
Comment 1 Kevin Steves 2002-07-18 14:11:52 AEST
tim, can you look at this one?
it looks like that is the only ulong in the tree.
Comment 2 Tim Rice 2002-07-19 02:32:21 AEST
This is fine. I've just commited the cahnge.
Closing this bug.
Comment 3 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED