2000-01-20 Martin Baulig <martin@home-of-linux.org> * fsusage.c (adjust_blocks): Use `u_int64_t' arguments and return value to avoid long int overflows on machines with large disks. * fsusage.h (struct fs_usage): Use `u_int64_t' here as well.
20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
2000-01-20 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* fsusage.c (adjust_blocks): Use `u_int64_t' arguments and
|
|
return value to avoid long int overflows on machines with large
|
|
disks.
|
|
|
|
* fsusage.h (struct fs_usage): Use `u_int64_t' here as well.
|
|
|
|
1999-10-24 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* fsusage.c (_glibtop_sysdeps_fsusage): New static variable.
|
|
(glibtop_get_fsusage_s): Return -1 on error; otherwise set the
|
|
features and return 0.
|
|
|
|
* xmalloc.c: Use glib's malloc functions when compiled
|
|
with LIBGTOP_USE_GLIB_MALLOC.
|
|
|
|
* xmalloc_suid.c: New file.
|
|
|