summaryrefslogtreecommitdiff
path: root/examples/second.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-03-23 18:32:47 +0000
committerMartin Baulig <martin@src.gnome.org>1999-03-23 18:32:47 +0000
commit1f93237ee3fc9e746d87768b8206b3fd61830327 (patch)
treee9f412631211f26069e578d272abf8ddbc037be9 /examples/second.c
parent3d248e9ad2e330006f948b77d10d6c0edd953dd9 (diff)
downloadlibgtop-1f93237ee3fc9e746d87768b8206b3fd61830327.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/second.c')
-rw-r--r--examples/second.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/second.c b/examples/second.c
index f5e6bc91..d081929e 100644
--- a/examples/second.c
+++ b/examples/second.c
@@ -126,7 +126,7 @@ output (pid_t pid)
glibtop_get_proc_kernel (&data.proc_kernel, pid);
printf ("Proc_Kernel PID %5d (0x%08lx): "
- "%lu %lu %lu %lu %lu %lu %lu %lu (%s)\n", (int) pid,
+ "%lu %lu %lu %lu %lu 0x%lx 0x%lx 0x%lx (%s)\n", (int) pid,
(unsigned long) data.proc_kernel.flags,
(unsigned long) data.proc_kernel.k_flags,
(unsigned long) data.proc_kernel.min_flt,