Glibify a bit more. Closes #147618.
authorBenoît Dejean <bdejean@src.gnome.org>
Sun, 18 Jul 2004 20:33:56 +0000 (20:33 +0000)
committerBenoît Dejean <bdejean@src.gnome.org>
Sun, 18 Jul 2004 20:33:56 +0000 (20:33 +0000)
* doc/reference.texi:
* include/glibtop/command.h:
* include/glibtop/glib-arrays.h:
* include/glibtop/proclist.h:
* lib/glib-arrays.c: (glibtop_get_proclist_as_array_l):
* lib/lib.pl:
* scripts/c_types.pl:
* src/daemon/main.c: (handle_parent_connection):
* src/daemon/slave.c: (handle_slave_connection):
* support/mkstemp.c:
* sysdeps/aix/proclist.c: (glibtop_get_proclist_s):
* sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p):
* sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p):
* sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p):
* sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p):
* sysdeps/kernel/proclist.c: (glibtop_get_proclist_s):
* sysdeps/linux/proclist.c: (glibtop_get_proclist_s):
* sysdeps/osf1/proclist.c: (glibtop_get_proclist_p):
* sysdeps/solaris/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub/proclist.c: (glibtop_get_proclist_s):
* sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p):
* sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more.
Closes #147618.

svn path=/trunk/; revision=3455

support/mkstemp.c

index 09c5a55..194caf2 100644 (file)
@@ -28,7 +28,7 @@
 #include <stdint.h>
 #define gettimeofday __gettimeofday
 #define set_errno(e) __set_errno(e)
-typedef uint64_t big_type;
+typedef guint64 big_type;
 #else
 #define set_errno(e) errno = (e)
 /* FIXME: maybe check for long long.  */