aboutsummaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-sshpty.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /security/hpn-ssh/files/patch-sshpty.c
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Notes
Diffstat (limited to 'security/hpn-ssh/files/patch-sshpty.c')
-rw-r--r--security/hpn-ssh/files/patch-sshpty.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/hpn-ssh/files/patch-sshpty.c b/security/hpn-ssh/files/patch-sshpty.c
deleted file mode 100644
index 090be41de9ef..000000000000
--- a/security/hpn-ssh/files/patch-sshpty.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 HAVE_LIBUTIL_H
-+#include <libutil.h>
-+#endif
- #if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
- # include <sys/stropts.h>
- #endif