summaryrefslogtreecommitdiff
path: root/security/lsh/files/patch-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/lsh/files/patch-io.c')
-rw-r--r--security/lsh/files/patch-io.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/lsh/files/patch-io.c b/security/lsh/files/patch-io.c
deleted file mode 100644
index a75b70a39fec..000000000000
--- a/security/lsh/files/patch-io.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/io.c.orig Sun Feb 16 20:46:23 2003
-+++ src/io.c Sun Mar 2 10:11:18 2003
-@@ -34,7 +34,11 @@
- #endif
-
- /* For the popen code */
-+#ifdef __FreeBSD__
-+#include <sys/wait.h>
-+#else
- #include <wait.h>
-+#endif
-
- #ifdef HAVE_POLL
- # if HAVE_POLL_H