Re: unresolved symbols ipt_owner.o with 2.4.18-pre9 with mjc patch

From: William Lee Irwin III (wli@holomorphy.com)
Date: Tue Feb 12 2002 - 22:24:02 EST


On Tue, Feb 12, 2002 at 09:40:16PM -0500, Robert Jameson wrote:
> Is there a fix for the unresolved symbols with ipt_owner.o with
> 2.4.18-pre9 + mjc's patch, i don't know if this is 2.4.18-pre9 specific or
> if its a mjc error, either way, heres the error,

Does this help?

--- linux-virgin/kernel/fork.c Tue Jan 29 18:28:26 2002
+++ linux-wli/kernel/fork.c Tue Jan 29 22:42:27 2002
@@ -36,6 +36,9 @@
 unsigned long pidhash_size;
 unsigned long pidhash_bits;
 list_t *pidhash;
+EXPORT_SYMBOL(pidhash);
+EXPORT_SYMBOL(pidhash_bits);
+EXPORT_SYMBOL(pidhash_size);
 
 rwlock_t tasklist_lock __cacheline_aligned = RW_LOCK_UNLOCKED; /* outer */
 
-
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 : Fri Feb 15 2002 - 21:00:52 EST