]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/collectd-4.10.9-fix-glibc-headers.patch
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / src / patches / collectd-4.10.9-fix-glibc-headers.patch
CommitLineData
9060a9c9
MT
1--- collectd-4.10.9/src/utils_mount.c~ 2022-08-10 13:45:39.424289940 +0000
2+++ collectd-4.10.9/src/utils_mount.c 2022-08-10 13:45:58.224239495 +0000
3@@ -31,6 +31,7 @@
4 #include "plugin.h"
5 #include "utils_mount.h"
6
7+#undef HAVE_XFS_XQM_H
8 #if HAVE_XFS_XQM_H
9 # include <xfs/xqm.h>
10 #define XFS_SUPER_MAGIC_STR "XFSB"