2003-10-21 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * src/inodedb/.cvsignore: * sysdeps/names/Makefile.am: install only one library, libgtop-2.0 Fix build-time warnings due to the redefinition of guint64
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
2003-10-21 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* Makefile.am:
|
|
* fsusage.h: install only one library, libgtop-2.0
|
|
Fix build-time warnings due to the redefinition of guint64
|
|
Include glib.h for the definition of guint64
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* inodedb.c: (glibtop_inodedb_close_s): fix compilation, thanks Jeff
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* ChangeLog:
|
|
* backend.c: (_open_common):
|
|
* fsusage.c:
|
|
* fsusage.h:
|
|
* inodedb.c: (glibtop_inodedb_lookup_s): s/u_int64_t/guint64/
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* inodedb.c:
|
|
* mountlist.c: (glibtop_get_mountlist_s): fixed compilation
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* Makefile.am:
|
|
* inodedb.c: (glibtop_inodedb_open_s), (glibtop_inodedb_close_s):
|
|
* mountlist.c: (glibtop_get_mountlist_s):
|
|
* xmalloc.c:
|
|
* xmalloc_suid.c: replace all the xmalloc crap by glib memory
|
|
management functions
|
|
|
|
2000-01-20 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* fsusage.c (adjust_blocks): Use `guint64' arguments and
|
|
return value to avoid long int overflows on machines with large
|
|
disks.
|
|
|
|
* fsusage.h (struct fs_usage): Use `guint64' here as well.
|
|
|