diff options
Diffstat (limited to 'security/l0pht-watch/files/patch-ac')
-rw-r--r-- | security/l0pht-watch/files/patch-ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/l0pht-watch/files/patch-ac b/security/l0pht-watch/files/patch-ac index 7a0d28ddf117..0e7fff7b85ea 100644 --- a/security/l0pht-watch/files/patch-ac +++ b/security/l0pht-watch/files/patch-ac @@ -1,6 +1,6 @@ ---- check_tmp.h.orig Thu Dec 24 07:40:13 1998 -+++ check_tmp.h Mon May 22 23:45:37 2000 -@@ -1,16 +1,22 @@ +--- check_tmp.h.orig Thu Dec 24 10:40:13 1998 ++++ check_tmp.h Sun Aug 13 23:54:21 2000 +@@ -1,16 +1,23 @@ #ifndef __CHECK_TMP_H #define __CHECK_TMP_H @@ -10,6 +10,7 @@ +#include <sys/mman.h> #include <sys/stat.h> +#include <sys/param.h> ++#include <sys/ttycom.h> #include <dirent.h> -#include <pwd.h> -#include <grp.h> |