summaryrefslogtreecommitdiff
path: root/security/chkrootkit/files/patch-chklastlog.c
blob: 3a35a570cda67a984f6cb47274050fa85b7169a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>