diff options
Diffstat (limited to 'security/lsh/files/patch-io.c')
-rw-r--r-- | security/lsh/files/patch-io.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/lsh/files/patch-io.c b/security/lsh/files/patch-io.c new file mode 100644 index 0000000..a75b70a --- /dev/null +++ b/security/lsh/files/patch-io.c @@ -0,0 +1,14 @@ +--- 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 |