*** include/struct.h.orig Tue Jan 31 22:57:28 1995 --- include/struct.h Tue Jan 31 23:17:07 1995 *************** *** 532,538 **** --- 532,543 ---- /* misc defines */ #define FLUSH_BUFFER -2 + #ifdef __FreeBSD__ + #include + #define UTMP _PATH_UTMP + #else #define UTMP "/etc/utmp" + #endif #define COMMA "," /* IRC client structures */