| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: <mhpower@MIT.EDU> Date: Fri, 29 Aug 1997 18:51:32 -0400 To: zephyr-bugs@MIT.EDU When building the code in /mit/zephyr/src on Ultrix 4.2A, the file lib/zephyr/ZhmStat.c does not compile because INADDR_LOOPBACK is not defined. One possible workaround is adding the lines: #ifndef INADDR_LOOPBACK #define INADDR_LOOPBACK (u_long)0x7F000001 #endif Matt
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |