projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0e22a
)
disk.c: remove unused lines
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Fri, 12 Jul 2019 12:07:39 +0000
(19:07 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Sat, 13 Jul 2019 05:41:37 +0000
(12:41 +0700)
limits.h check removed in
865f2eb31e8264edd9337bc63ac59f6c2fa3b5a7
limits.h included in src/daemon/collectd.h unconditionally
Issue: #3181
src/disk.c
patch
|
blob
|
history
diff --git
a/src/disk.c
b/src/disk.c
index
3faef9d
..
c02b6ab
100644
(file)
--- a/
src/disk.c
+++ b/
src/disk.c
@@
-59,9
+59,6
@@
#include <libgeom.h>
#endif
-#if HAVE_LIMITS_H
-#include <limits.h>
-#endif
#ifndef UINT_MAX
#define UINT_MAX 4294967295U
#endif