View | Details | Raw Unified | Return to bug 201297 | Differences between
and this patch

Collapse All | Expand All

(-)chklastlog.c (-1 / +1 lines)
Lines 33-39 Link Here
33
#else
33
#else
34
#undef HAVE_LASTLOG_H
34
#undef HAVE_LASTLOG_H
35
#endif
35
#endif
36
#if __FreeBSD__ > 9
36
#if __FreeBSD__ >= 9
37
int main () { return 0; }
37
int main () { return 0; }
38
#else
38
#else
39
#include <stdio.h>
39
#include <stdio.h>

Return to bug 201297