netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] compile failure with out proc fs
@ 2003-07-25 20:36 Stephen Hemminger
  2003-07-25 20:42 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2003-07-25 20:36 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

Resolve compile error when CONFIG_IP_MULTICAST && !CONFIG_PROC_FS

diff -Nru a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
--- a/net/ipv4/ip_output.c	Fri Jul 25 12:31:11 2003
+++ b/net/ipv4/ip_output.c	Fri Jul 25 12:31:11 2003
@@ -1313,7 +1313,7 @@
 	ip_rt_init();
 	inet_initpeers();
 
-#ifdef CONFIG_IP_MULTICAST
+#if defined(CONFIG_IP_MULTICAST) && defined(CONFIG_PROC_FS)
 	igmp_mc_proc_init();
 #endif
 }

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

* Re: [PATCH] compile failure with out proc fs
  2003-07-25 20:36 [PATCH] compile failure with out proc fs Stephen Hemminger
@ 2003-07-25 20:42 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-07-25 20:42 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

On Fri, 25 Jul 2003 13:36:38 -0700
Stephen Hemminger <shemminger@osdl.org> wrote:

> Resolve compile error when CONFIG_IP_MULTICAST && !CONFIG_PROC_FS

Applied, thanks.

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

end of thread, other threads:[~2003-07-25 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-25 20:36 [PATCH] compile failure with out proc fs Stephen Hemminger
2003-07-25 20:42 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).