summaryrefslogtreecommitdiffstats
path: root/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 04:41:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 04:41:55 +0800
commit4a487ac82eb2cc70811a191121c207ca558843b7 (patch)
treee11d667ce0f8fc2e52b3337ffb8d1c6e2fd36e8f /security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
parent8c8ce322b43e03a338f9f19aa1a2036364d1b7e0 (diff)
downloadmarcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.gz
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.bz2
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.lz
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.xz
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.tar.zst
marcuscom-ports-4a487ac82eb2cc70811a191121c207ca558843b7.zip
Add gnomekeyring, a program to manage passwords and other secrets.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1411 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c')
-rw-r--r--security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c b/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
new file mode 100644
index 000000000..6ab839bd0
--- /dev/null
+++ b/security/gnome-keyring/files/patch-gnome-keyring-daemon-io.c
@@ -0,0 +1,11 @@
+--- gnome-keyring-daemon-io.c.orig Mon Dec 8 15:39:44 2003
++++ gnome-keyring-daemon-io.c Mon Dec 8 15:40:28 2003
+@@ -30,6 +30,8 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
++#include <sys/uio.h>
++#include <unistd.h>
+
+ #include "gnome-keyring.h"
+ #include "gnome-keyring-private.h"