diff options
-rw-r--r-- | procfs/rootdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/rootdir.c b/procfs/rootdir.c index 92ae32f0..a25dc4cc 100644 --- a/procfs/rootdir.c +++ b/procfs/rootdir.c @@ -326,7 +326,7 @@ rootdir_gc_meminfo (void *hook, char **contents, ssize_t *contents_len) vmstats.inactive_count + vmstats.wire_count) * PAGE_SIZE / 1024, (long long unsigned) vmstats.free_count * PAGE_SIZE / 1024, - 0UL, + 0ULL, (long long unsigned) cache_stats.cache_count * PAGE_SIZE / 1024, (long long unsigned) vmstats.active_count * PAGE_SIZE / 1024, (long long unsigned) vmstats.inactive_count * PAGE_SIZE / 1024, |