265ba28a9b
- 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
11 lines
222 B
C
11 lines
222 B
C
--- chkwtmp.c.orig 2014-05-06 10:13:16 UTC
|
|
+++ chkwtmp.c
|
|
@@ -19,7 +19,7 @@
|
|
Nelson Murilo, nelson@pangeia.com.br
|
|
*/
|
|
|
|
-#if __FreeBSD__ > 9
|
|
+#if __FreeBSD__ >= 9
|
|
int main () { return 0; }
|
|
#else
|
|
#include <stdio.h>
|