diff options
Diffstat (limited to 'security/seahorse/patches/patch-ac')
-rw-r--r-- | security/seahorse/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/seahorse/patches/patch-ac b/security/seahorse/patches/patch-ac new file mode 100644 index 00000000000..7ba4538019f --- /dev/null +++ b/security/seahorse/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.7 2010/07/28 08:45:07 drochner Exp $ + +--- libseahorse/seahorse-util.c.orig 2010-04-27 01:16:23.000000000 +0000 ++++ libseahorse/seahorse-util.c +@@ -39,6 +39,7 @@ + #endif + + #include <sys/wait.h> ++#include <sys/types.h> /* XXX needed by some systems to define mode_t */ + #include <sys/stat.h> + #include <unistd.h> + #include <time.h> |