diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /security/hpn-ssh/files/patch-sshpty.c | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'security/hpn-ssh/files/patch-sshpty.c')
-rw-r--r-- | security/hpn-ssh/files/patch-sshpty.c | 12 |
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" |