library: more mem and stat fixes

Make distcheck now succeeds.
Changed some of the binaries to use the new API.
This commit is contained in:
Craig Small
2015-06-24 22:16:16 +10:00
parent 05efbebb66
commit cbf25b93e3
11 changed files with 118 additions and 260 deletions

View File

@@ -105,8 +105,8 @@ int main(int argc, char **argv)
}
if (p)
printf("%s\n", sprint_uptime());
else
printf("%s\n", sprint_uptime_short());
else
printf("%s\n", sprint_uptime());
return EXIT_SUCCESS;
}