opnsense-ports/security/chkrootkit/files/patch-chklastlog.c
Franco Fichtner b662ad6dd4 */*: sync with upstream
Taken from: FreeBSD
2015-07-13 06:53:26 +02:00

11 lines
216 B
C

--- chklastlog.c.orig 2014-05-06 10:12:14 UTC
+++ chklastlog.c
@@ -33,7 +33,7 @@
#else
#undef HAVE_LASTLOG_H
#endif
-#if __FreeBSD__ > 9
+#if __FreeBSD__ >= 9
int main () { return 0; }
#else
#include <stdio.h>