diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-01-15 13:51:34 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-01-15 13:51:34 +0000 |
commit | 089eec4cf75dad35c916f08fecb4b4c3e6afc9e5 (patch) | |
tree | 7ad419a64add74abeae7230712cf11321344a1c4 /net/cactid/files/patch-nfs_popen.c | |
parent | - Added missing installed module (diff) |
- Update to 0.8.6g
Notes
Notes:
svn path=/head/; revision=153562
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> + |