Changed pfintf formats to "%lld" when printing u_int64_t. This is still
* mountlist.c: Changed pfintf formats to "%lld" when printing u_int64_t. This is still utterly unportable, but will hopefully work on all supported architectures. For now.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
1999-05-08 Drazen Kacar <dave@srce.hr>
|
||||||
|
|
||||||
|
* mountlist.c: Changed pfintf formats to "%lld" when printing
|
||||||
|
u_int64_t. This is still utterly unportable, but will
|
||||||
|
hopefully work on all supported architectures. For now.
|
||||||
|
|
||||||
1999-05-07 Martin Baulig <martin@home-of-linux.org>
|
1999-05-07 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* timings.c (timersub): Renamed this to `libgtop_timersub' and define
|
* timings.c (timersub): Renamed this to `libgtop_timersub' and define
|
||||||
|
@@ -96,7 +96,7 @@ main (int argc, char *argv [])
|
|||||||
glibtop_get_fsusage (&fsusage,
|
glibtop_get_fsusage (&fsusage,
|
||||||
mount_entries [index].mountdir);
|
mount_entries [index].mountdir);
|
||||||
|
|
||||||
printf ("Usage: %-16s %9Lu %9Lu %9Lu %9Lu %9Lu\n",
|
printf ("Usage: %-16s %9llu %9llu %9llu %9llu %9llu\n",
|
||||||
mount_entries [index].mountdir,
|
mount_entries [index].mountdir,
|
||||||
fsusage.blocks, fsusage.bfree,
|
fsusage.blocks, fsusage.bfree,
|
||||||
fsusage.bavail, fsusage.files,
|
fsusage.bavail, fsusage.files,
|
||||||
|
Reference in New Issue
Block a user