1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 20:55:19 +03:00
aports/community/udisks2/O_CLOEXEC.patch
2019-06-05 19:38:55 +00:00

10 lines
225 B
Diff

--- src/udiskslinuxblock.c.orig
+++ ./src/udiskslinuxblock.c
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/mount.h>
#include <sys/stat.h>
+#define __USE_GNU
#include <fcntl.h>
#include <pwd.h>
#include <grp.h>