diff options
Diffstat (limited to 'net/cactid/files/patch-nfs_popen.c')
-rw-r--r-- | net/cactid/files/patch-nfs_popen.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/cactid/files/patch-nfs_popen.c b/net/cactid/files/patch-nfs_popen.c new file mode 100644 index 000000000000..3bc6e665ba31 --- /dev/null +++ b/net/cactid/files/patch-nfs_popen.c @@ -0,0 +1,10 @@ +--- nft_popen.c.orig Sun Jan 15 10:27:41 2006 ++++ nft_popen.c Sun Jan 15 10:28:08 2006 +@@ -66,6 +66,7 @@ + #include <string.h> + #include <unistd.h> + #include <sys/wait.h> ++#include <sys/signal.h> + + #include <nft_popen.h> + |