Bug 313 - undefined type in older cc's
Summary: undefined type in older cc's
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: Other FreeBSD
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-28 15:46 AEST by Dirk Meyer
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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