diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-02-10 21:10:05 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-02-10 21:10:05 +0000 |
commit | bea17030947e677c613df915f14a6cbb9a845880 (patch) | |
tree | f9ff9a6203af7e36b20106625c65d54e9571b026 /security/putty/files | |
parent | 8f5f4e588616300d672c9cd4b967ec10930e112a (diff) |
Notes
Diffstat (limited to 'security/putty/files')
-rw-r--r-- | security/putty/files/patch-uxpty.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/putty/files/patch-uxpty.c b/security/putty/files/patch-uxpty.c new file mode 100644 index 000000000000..9ffe3e233b15 --- /dev/null +++ b/security/putty/files/patch-uxpty.c @@ -0,0 +1,10 @@ +--- uxpty.c.orig 2010-02-10 20:05:47.000000000 +0000 ++++ uxpty.c 2010-02-10 20:06:06.000000000 +0000 +@@ -13,7 +13,6 @@ + #include <fcntl.h> + #include <termios.h> + #include <grp.h> +-#include <utmp.h> + #include <pwd.h> + #include <time.h> + #include <sys/types.h> |