]> git.pld-linux.org Git - packages/collectd.git/blob - glibc-2.36.patch
perl 5.38.0 rebuild
[packages/collectd.git] / glibc-2.36.patch
1 --- collectd-5.9.2/src/utils/mount/mount.h.orig 2019-10-01 14:00:47.000000000 +0200
2 +++ collectd-5.9.2/src/utils/mount/mount.h      2022-08-23 13:13:10.904711606 +0200
3 @@ -54,7 +54,11 @@
4  #include <sys/mnttab.h>
5  #endif
6  #if HAVE_SYS_MOUNT_H
7 +#if !defined(__GLIBC__) || (__GLIBC__ < 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 36)
8  #include <sys/mount.h>
9 +#else
10 +#include <linux/mount.h>
11 +#endif
12  #endif
13  #if HAVE_SYS_STATFS_H
14  #include <sys/statfs.h>
This page took 0.073126 seconds and 3 git commands to generate.