[PATCH] Export find_task_by_pid and next_thread

From: Skip Ford (skip.ford@verizon.net)
Date: Fri Sep 27 2002 - 20:14:06 EST


ipt_owner needs find_task_by_pid and next_thread.

--- linux/kernel/ksyms.c~ Fri Sep 27 21:09:13 2002
+++ linux/kernel/ksyms.c Fri Sep 27 21:09:36 2002
@@ -614,6 +614,8 @@
 EXPORT_SYMBOL(init_thread_union);
 
 EXPORT_SYMBOL(tasklist_lock);
+EXPORT_SYMBOL(find_task_by_pid);
+EXPORT_SYMBOL(next_thread);
 #if defined(CONFIG_SMP) && defined(__GENERIC_PER_CPU)
 EXPORT_SYMBOL(__per_cpu_offset);
 #endif

-- 
Skip
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Sep 30 2002 - 22:00:34 EST