diff options
Diffstat (limited to 'security/l0pht-watch/files/patch-ac')
-rw-r--r-- | security/l0pht-watch/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/l0pht-watch/files/patch-ac b/security/l0pht-watch/files/patch-ac index cc663e00f43b..7a0d28ddf117 100644 --- a/security/l0pht-watch/files/patch-ac +++ b/security/l0pht-watch/files/patch-ac @@ -1,5 +1,5 @@ --- check_tmp.h.orig Thu Dec 24 07:40:13 1998 -+++ check_tmp.h Tue Apr 25 00:29:52 2000 ++++ check_tmp.h Mon May 22 23:45:37 2000 @@ -1,16 +1,22 @@ #ifndef __CHECK_TMP_H #define __CHECK_TMP_H @@ -20,7 +20,7 @@ +#include <stdlib.h> +#include <stdio.h> #include <unistd.h> -+#if __FreeBSD_version >= 500001 ++#if (__FreeBSD_version >= 500001) || (__FreeBSD_version >= 400019 && __FreeBSD_version < 500000) +#include <sys/event.h> +#include <sys/time.h> +#include <err.h> |