1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/monetdb/fix-definitions-musl.patch
Roberto Oliveira 10b492044d testing/monetdb: new aport (fixes #8001)
Column-oriented database management system
2018-07-05 13:25:04 +00:00

17 lines
277 B
Diff

--- a/tools/merovingian/daemon/merovingian.c
+++ b/tools/merovingian/daemon/merovingian.c
@@ -87,6 +87,14 @@
#define F_DUPFD_CLOEXEC F_DUPFD
#endif
+#ifndef S_IRWXO
+#define S_IRWXO 0007
+#endif
+
+#ifndef S_IRWXG
+#define S_IRWXG 0070
+#endif
+
/* private structs */