diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-04 18:54:57 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-04 18:54:57 +0800 |
commit | d983f701c8dd1d017c22a7c8dbed7b49a7cef09a (patch) | |
tree | 261b25a58c02806c956c99d7a22e08499505b3f7 /security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c | |
parent | d3aaafca3af6f7891dc3d53cb6bc09a21786d74e (diff) | |
download | marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar.gz marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar.bz2 marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar.lz marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar.xz marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.tar.zst marcuscom-ports-d983f701c8dd1d017c22a7c8dbed7b49a7cef09a.zip |
Update to 2.31.91.
Depend on security/ca_root_nss for gnome-keyring Root Certificates support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14545 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c')
-rw-r--r-- | security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c b/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c new file mode 100644 index 000000000..6cdb0ca6a --- /dev/null +++ b/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c @@ -0,0 +1,11 @@ +--- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 ++++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 +@@ -31,6 +31,8 @@ + #include <errno.h> + #include <fcntl.h> + ++#include <string.h> ++#include <sys/stat.h> + #include <sys/socket.h> + #include <sys/types.h> + #include <sys/un.h> |