summaryrefslogtreecommitdiff
path: root/security/ssh2/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'security/ssh2/patches/patch-ag')
-rw-r--r--security/ssh2/patches/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/ssh2/patches/patch-ag b/security/ssh2/patches/patch-ag
new file mode 100644
index 00000000000..1c5845ebc8f
--- /dev/null
+++ b/security/ssh2/patches/patch-ag
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.1.1.1 2002/08/06 00:48:14 seb Exp $
+
+--- lib/sshsession/pty-openpty.c.orig Thu May 16 10:32:17 2002
++++ lib/sshsession/pty-openpty.c
+@@ -18,6 +18,9 @@ and BSD 4.4.
+ #ifdef HAVE_PTY_H
+ #include <pty.h>
+ #endif /* HAVE_PTY_H */
++#ifdef HAVE_UTIL_H
++#include <util.h>
++#endif /* HAVE_UTIL_H */
+
+ /* Allocates a pty using a machine-specific method, and returns the
+ master side pty in *ptyfd, the child side in *ttyfd, and the name of the