[Bug 313] New: undefined type in older cc's
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jun 28 15:46:33 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=313
Summary: undefined type in older cc's
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dirk.meyer at dinoex.sub.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 */
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list