projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b847e8f
57e8edc
)
Merge branch 'collectd-5.5' into collectd-5.6
author
Florian Forster
<octo@collectd.org>
Tue, 6 Sep 2016 06:42:26 +0000
(08:42 +0200)
committer
Florian Forster
<octo@collectd.org>
Tue, 6 Sep 2016 06:42:26 +0000
(08:42 +0200)
1
2
src/utils_mount.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/utils_mount.c
index
b8dabb1
,
37b52d6
..
e527c25
---
1
/
src/utils_mount.c
---
2
/
src/utils_mount.c
+++ b/
src/utils_mount.c
@@@
-24,8
-24,12
+24,13
@@@
# include "config.h"
#endif
+ #define _GNU_SOURCE
+
+ #include "collectd.h"
++
+ #include "utils_mount.h"
+
#if HAVE_XFS_XQM_H
- # define _GNU_SOURCE
# include <xfs/xqm.h>
#define XFS_SUPER_MAGIC_STR "XFSB"
#define XFS_SUPER_MAGIC2_STR "BSFX"