python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / udisks2 / patches / O_CLOEXEC.patch
blob69785f52244cf9240037238e0708371af8e0024b
1 --- src/udiskslinuxblock.c.orig
2 +++ src/udiskslinuxblock.c
3 @@ -24,6 +24,7 @@
4 #include <sys/types.h>
5 #include <sys/mount.h>
6 #include <sys/stat.h>
7 +#define __USE_GNU
8 #include <fcntl.h>
9 #include <pwd.h>
10 #include <grp.h>