You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/tinycdb/files/tinycdb-umask.patch

12 lines
215 B

--- 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