aboutsummaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-sshpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/hpn-ssh/files/patch-sshpty.c')
-rw-r--r--security/hpn-ssh/files/patch-sshpty.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/patch-sshpty.c b/security/hpn-ssh/files/patch-sshpty.c
new file mode 100644
index 000000000000..4e31a1a0ed21
--- /dev/null
+++ b/security/hpn-ssh/files/patch-sshpty.c
@@ -0,0 +1,12 @@
+--- sshpty.c.orig Wed Jun 26 01:21:42 2002
++++ sshpty.c Fri Jun 28 07:09:38 2002
+@@ -30,6 +30,9 @@
+ #ifdef HAVE_PTY_H
+ # include <pty.h>
+ #endif
++#ifdef __FreeBSD__
++#include <libutil.h>
++#endif
+ #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
+ # include <sys/stropts.h>
+ #endif