summaryrefslogtreecommitdiff
path: root/dev-db/tinycdb/files/tinycdb-umask.patch
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-01 21:48:30 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-01 21:48:30 +0900
commitb0e746e4c8e107b98ace97a48f6268cc380214d6 (patch)
treeea2c5f4b447408cf329bf649cbe6582913f9dbae /dev-db/tinycdb/files/tinycdb-umask.patch
parent8b9574d27c4dbab809d4f2dd24418f8843412840 (diff)
downloadgentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.tar.gz
gentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.tar.bz2
gentoo-b0e746e4c8e107b98ace97a48f6268cc380214d6.zip
dev-db/tinycdb: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db/tinycdb/files/tinycdb-umask.patch')
-rw-r--r--dev-db/tinycdb/files/tinycdb-umask.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/tinycdb/files/tinycdb-umask.patch b/dev-db/tinycdb/files/tinycdb-umask.patch
new file mode 100644
index 000000000000..2a53babb2510
--- /dev/null
+++ b/dev-db/tinycdb/files/tinycdb-umask.patch
@@ -0,0 +1,11 @@
+--- a/cdb.c
++++ b/cdb.c
+@@ -21,6 +21,8 @@
+ #include <stdarg.h>
+ #include <fcntl.h>
+ #include <errno.h>
++#include <sys/types.h> /* umask() */
++#include <sys/stat.h> /* umask() */
+ #include "cdb.h"
+
+ #ifndef EPROTO