freebsd-ports/security/chkrootkit/files/patch-chklastlog.c
Thomas Zander 265ba28a9b - Revive security/chkrootkit
- Update to upstream version 0.50
- Port has a new maintainer: Lacey Powers <lacey.leanne@gmail.com>

PR:		201297
Submitted by:	lacey.leanne@gmail.com (maintainer)
Reviewed by:	koobs
2015-07-11 14:40:19 +00: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>