blob: 027560ce36503f208b5f148187f920934e388600 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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>
|