summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9a5e152)
raw | patch | inline | side by side (parent: 9a5e152)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Oct 2006 11:43:22 +0000 (13:43 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 23 Oct 2006 11:43:22 +0000 (13:43 +0200) |
src/processes.c | patch | blob | history |
diff --git a/src/processes.c b/src/processes.c
index cb6bb4871011744f9046c67ff600f88e578953f4..619b6e3777abf1ef2601bf1f1c0746c8b65ebb70 100644 (file)
--- a/src/processes.c
+++ b/src/processes.c
static long pagesize_g;
#endif /* KERNEL_LINUX */
+#if HAVE_THREAD_INFO
+/* ps_list_* not used yet */
+/* #endif HAVE_THREAD_INFO */
+
+#elif KERNEL_LINUX
static void ps_list_register (const char *name)
{
procstat_t *new;
} /* while (pse != NULL) */
} /* for (ps = list_head_g; ps != NULL; ps = ps->next) */
}
+#endif /* KERNEL_LINUX */
static int ps_config (char *key, char *value)
{