mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.5.34 - EXPORT_SYMBOL(reparent_to_init) for module build
@ 2002-09-10  0:21 Patrick Mansfield
  2002-09-10  0:24 ` John Levon
  2002-09-10  5:14 ` Rusty Russell
  0 siblings, 2 replies; 5+ messages in thread
From: Patrick Mansfield @ 2002-09-10  0:21 UTC (permalink / raw)
  To: linux-kernel, rusty

With 2.5.34, in order to build a module that calls daemonize(), I had to 
export reparent_to_init:

--- 1.45/kernel/ksyms.c	Mon Sep  9 03:35:51 2002
+++ edited/kernel/ksyms.c	Mon Sep  9 16:52:29 2002
@@ -521,6 +521,7 @@
 EXPORT_SYMBOL(securebits);
 EXPORT_SYMBOL(cap_bset);
 EXPORT_SYMBOL(daemonize);
+EXPORT_SYMBOL(reparent_to_init);
 EXPORT_SYMBOL(csum_partial); /* for networking and md */
 EXPORT_SYMBOL(seq_escape);
 EXPORT_SYMBOL(seq_printf);

-- Patrick Mansfield

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-09-10  5:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-10  0:21 2.5.34 - EXPORT_SYMBOL(reparent_to_init) for module build Patrick Mansfield
2002-09-10  0:24 ` John Levon
2002-09-10  1:12   ` Patrick Mansfield
2002-09-10  1:27     ` John Levon
2002-09-10  5:14 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome