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, 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 d8cd703dcec7..000000000000
--- a/security/hpn-ssh/files/patch-sshpty.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- sshpty.c.orig Wed Jan 21 07:07:17 2004
-+++ sshpty.c Wed Feb 25 11:58:54 2004
-@@ -17,6 +17,9 @@
- #ifdef HAVE_UTIL_H
- # include <util.h>
- #endif /* HAVE_UTIL_H */
-+#ifdef HAVE_LIBUTIL_H
-+#include <libutil.h>
-+#endif
-
- #include "sshpty.h"
- #include "log.h"