bugzilla-daemon at mindrot.org
2002-Jun-28 05:46 UTC
[Bug 313] New: undefined type in older cc's
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.
Apparently Analagous Threads
- [Bug 313] undefined type in older cc's
- [Bug 146] New: OpenSSH 3.1p1 will not build on BSD/OS 4.2/4.1/4.01
- [Bug 315] add missing includes and defines for FREEBSD
- [Bug 418] Allow to build on systems without IPV6
- [Bug 315] New: add miissing includes and defines for FREEBSD