diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-05-26 19:01:09 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-05-26 19:01:09 +0000 |
| commit | 2e87553923ca82ac98c351625380f2efabfd08ce (patch) | |
| tree | 89d480777f67dbee90196c84cbec913163462fc4 /security/l0pht-watch/files/patch-ac | |
| parent | Fix entropy gathering botch in key generation. (diff) | |
Add kqueue() support for recent versions of -stable as well now that
they have it.
Notes
Notes:
svn path=/head/; revision=28774
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> |
