diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-28 14:42:54 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-05-28 14:42:54 +0200 |
commit | b3e6149b4be04a4552fea41fe10626ddbfae13fa (patch) | |
tree | 85e690352e0d3f4e71df65cf83dd6e57671a14a0 | |
parent | 9f198633eb4e1b34d1976a87ceec6778e69ad6a5 (diff) |
fixup_proc_slabinfo
-rw-r--r-- | procfs/rootdir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procfs/rootdir.c b/procfs/rootdir.c index 076885c9..0b131192 100644 --- a/procfs/rootdir.c +++ b/procfs/rootdir.c @@ -529,7 +529,6 @@ rootdir_gc_slabinfo (void *hook, char **contents, ssize_t *contents_len) mem_total, mem_total_reclaimable); fclose (m); - *contents_len += 1; /* For the terminating 0. */ out: vm_deallocate (mach_task_self (), |