View | Details | Raw Unified | Return to bug 90104
Collapse All | Expand All

(-)main.c (+2 lines)
Lines 237-243 Link Here
237
#endif
237
#endif
238
#else /* } !SYSV { */			/* BSD systems */
238
#else /* } !SYSV { */			/* BSD systems */
239
#ifndef linux
239
#ifndef linux
240
#ifndef USE_POSIX_TERMIOS
240
#include <sgtty.h>
241
#include <sgtty.h>
242
#endif
241
#endif
243
#endif
242
#include <sys/resource.h>
244
#include <sys/resource.h>
243
#define HAS_UTMP_UT_HOST
245
#define HAS_UTMP_UT_HOST

Return to bug 90104