All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2.4] neighbour/arp compile fixes
  2004-10-29  0:00 [PATCH 2.4] neighbour/arp compile fixes Thomas Graf
@ 2004-10-28 23:58 ` David S. Miller
  2004-10-29  0:02 ` Thomas Graf
  1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2004-10-28 23:58 UTC (permalink / raw)
  To: Thomas Graf; +Cc: marcelo.tosatti, netdev


Applied, thanks thomas.

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

* [PATCH 2.4] neighbour/arp compile fixes
@ 2004-10-29  0:00 Thomas Graf
  2004-10-28 23:58 ` David S. Miller
  2004-10-29  0:02 ` Thomas Graf
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Graf @ 2004-10-29  0:00 UTC (permalink / raw)
  To: Marcelo Tosatti, David S. Miller; +Cc: netdev

Signed-off-by: Thomas Graf <tgraf@suug.ch>

--- linux-2.4.27.orig/net/core/neighbour.c	2004-10-29 01:34:19.000000000 +0200
+++ linux-2.4.27/net/core/neighbour.c	2004-10-29 01:53:01.000000000 +0200
@@ -31,6 +31,7 @@
 #include <net/sock.h>
 #include <linux/rtnetlink.h>
 #include <linux/random.h>
+#include <linux/module.h>
 
 #define NEIGH_DEBUG 1
 
--- linux-2.4.27.orig/net/ipv4/arp.c	2004-10-29 01:34:19.000000000 +0200
+++ linux-2.4.27/net/ipv4/arp.c	2004-10-29 01:54:36.000000000 +0200
@@ -94,6 +94,7 @@
 #include <linux/stat.h>
 #include <linux/init.h>
 #include <linux/jhash.h>
+#include <linux/module.h>
 #ifdef CONFIG_SYSCTL
 #include <linux/sysctl.h>
 #endif

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

* Re: [PATCH 2.4] neighbour/arp compile fixes
  2004-10-29  0:00 [PATCH 2.4] neighbour/arp compile fixes Thomas Graf
  2004-10-28 23:58 ` David S. Miller
@ 2004-10-29  0:02 ` Thomas Graf
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Graf @ 2004-10-29  0:02 UTC (permalink / raw)
  To: Marcelo Tosatti, David S. Miller; +Cc: netdev

> --- linux-2.4.27.orig/net/core/neighbour.c	2004-10-29 01:34:19.000000000 +0200
> +++ linux-2.4.27/net/core/neighbour.c	2004-10-29 01:53:01.000000000 +0200

It's against 2.4.28-rc1-bk1, I forgot to rename the directory.

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

end of thread, other threads:[~2004-10-29  0:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29  0:00 [PATCH 2.4] neighbour/arp compile fixes Thomas Graf
2004-10-28 23:58 ` David S. Miller
2004-10-29  0:02 ` Thomas Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.