summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rootdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir.c b/rootdir.c
index 31e2d8c..9fc326a 100644
--- a/rootdir.c
+++ b/rootdir.c
@@ -300,7 +300,7 @@ rootdir_gc_meminfo (void *hook, char **contents, ssize_t *contents_len)
,
(long unsigned) hbi.memory_size / 1024,
(long unsigned) vmstats.free_count * PAGE_SIZE / 1024,
- 0,
+ 0UL,
(long unsigned) cache_stats.cache_count * PAGE_SIZE / 1024,
(long unsigned) vmstats.active_count * PAGE_SIZE / 1024,
(long unsigned) vmstats.inactive_count * PAGE_SIZE / 1024,