diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 08:34:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 08:34:18 +0800 |
commit | e1989e044ebc424ffa9cc5219ac2d360f2c4c386 (patch) | |
tree | 2165f012a2bc5305139266606083007dd1716b0f /security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c | |
parent | 6507fa3a229f89d19dfcd038c11e5dae612a82d3 (diff) | |
download | marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.gz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.bz2 marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.lz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.xz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.zst marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.zip |
Update to 2.29.4
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13281 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c')
-rw-r--r-- | security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c b/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c new file mode 100644 index 000000000..1c4cb9ae4 --- /dev/null +++ b/security/gnome-keyring/files/patch-daemon_prompt_gkd-prompt.c @@ -0,0 +1,11 @@ +--- daemon/prompt/gkd-prompt.c.orig 2009-12-21 19:17:13.000000000 -0500 ++++ daemon/prompt/gkd-prompt.c 2009-12-21 19:17:23.000000000 -0500 +@@ -21,6 +21,8 @@ + + #include "config.h" + ++#include <sys/wait.h> ++ + #include "gkd-prompt.h" + #include "gkd-prompt-marshal.h" + #include "gkd-prompt-util.h" |