diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-05-29 11:21:50 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 19:38:55 +0000 |
commit | 31ae663718a263e8ace2801e4ec1033e7f053b0b (patch) | |
tree | 9955dd87e2458331f55bfd5dfb89c7fd2a02f338 /community/udisks2/O_CLOEXEC.patch | |
parent | d978b6187bf01b79629369998d45f46f4a3ae43d (diff) | |
download | aports-31ae663718a263e8ace2801e4ec1033e7f053b0b.tar.bz2 aports-31ae663718a263e8ace2801e4ec1033e7f053b0b.tar.xz |
community/udisks2: move from main
Diffstat (limited to 'community/udisks2/O_CLOEXEC.patch')
-rw-r--r-- | community/udisks2/O_CLOEXEC.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/udisks2/O_CLOEXEC.patch b/community/udisks2/O_CLOEXEC.patch new file mode 100644 index 0000000000..790fc2d8b7 --- /dev/null +++ b/community/udisks2/O_CLOEXEC.patch @@ -0,0 +1,10 @@ +--- 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> |