aports/main/libblockdev
Kevin Daudt aec10c09c2 main/libblockdev: fix reference to glibc GLOB_ONYLDIR
On s390, the code refers to GLOB_ONLYDIR, which is glibc specific and
according to the manual, only meant as an optmization.

Replace GLOB_ONLYDIR with 0x0 to fix the build on s390x.
2019-05-27 20:16:33 +00:00
..