diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-08-15 19:05:10 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-08-15 19:05:10 +0000 |
commit | 583984e19bb536ae0b3fe9f33570eb15bb58a93e (patch) | |
tree | 2f01791edd46445656c3df956f9edba75e204385 /security/l0pht-watch/files/patch-ac | |
parent | Since it makes very... promiscuous modes in the installation, create (diff) |
l0pht-watch is much more useful if you can see more than 20 characters
of the pathname. Use the magic of TIOCGWINSZ to let it scale with the
terminal.
Notes
Notes:
svn path=/head/; revision=31671
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> |