diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-14 20:34:43 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-14 20:34:43 -0500 |
commit | d963d1d7dd952411ee1a80d5e9a426687a31ece4 (patch) | |
tree | 3292e21cdaf5350e0bc96c76a5758a342665aa2f /user/udisks2/O_CLOEXEC.patch | |
parent | a865ad5012f1aa5c6363e25301ec030fecc3e19c (diff) | |
download | packages-d963d1d7dd952411ee1a80d5e9a426687a31ece4.tar.gz packages-d963d1d7dd952411ee1a80d5e9a426687a31ece4.tar.bz2 packages-d963d1d7dd952411ee1a80d5e9a426687a31ece4.tar.xz packages-d963d1d7dd952411ee1a80d5e9a426687a31ece4.zip |
user/udisks2: pull in, bump to 0.99.7, take, fix up
Diffstat (limited to 'user/udisks2/O_CLOEXEC.patch')
-rw-r--r-- | user/udisks2/O_CLOEXEC.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/udisks2/O_CLOEXEC.patch b/user/udisks2/O_CLOEXEC.patch new file mode 100644 index 000000000..790fc2d8b --- /dev/null +++ b/user/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> |