diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-07-11 14:40:19 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-07-11 14:40:19 +0000 |
commit | 265ba28a9b27695cf81193abc5c9c5999d210002 (patch) | |
tree | 51a954c17a8aa54ba0bf40cf171cb24be0dc074f /security/chkrootkit/files/patch-chklastlog.c | |
parent | Update to R51 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=391741
Diffstat (limited to 'security/chkrootkit/files/patch-chklastlog.c')
-rw-r--r-- | security/chkrootkit/files/patch-chklastlog.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/chkrootkit/files/patch-chklastlog.c b/security/chkrootkit/files/patch-chklastlog.c new file mode 100644 index 000000000000..3a35a570cda6 --- /dev/null +++ b/security/chkrootkit/files/patch-chklastlog.c @@ -0,0 +1,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> |