* 2.5.44 compile failure, net/ipv4/raw.c
@ 2002-10-19 10:10 Helge Hafting
2002-10-19 10:15 ` David S. Miller
2002-10-19 10:27 ` already fixed (was 2.5.44 compile failure, net/ipv4/raw.c) Thierry Mallard
0 siblings, 2 replies; 3+ messages in thread
From: Helge Hafting @ 2002-10-19 10:10 UTC (permalink / raw)
To: linux-kernel
gcc -Wp,-MD,net/ipv4/.raw.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DKBUILD_BASENAME=raw -c -o net/ipv4/raw.o net/ipv4/raw.c
net/ipv4/raw.c: In function `raw_send_hdrinc':
net/ipv4/raw.c:297: `NF_IP_LOCAL_OUT' undeclared (first use in this
function)
net/ipv4/raw.c:297: (Each undeclared identifier is reported only once
net/ipv4/raw.c:297: for each function it appears in.)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.44 compile failure, net/ipv4/raw.c
2002-10-19 10:10 2.5.44 compile failure, net/ipv4/raw.c Helge Hafting
@ 2002-10-19 10:15 ` David S. Miller
2002-10-19 10:27 ` already fixed (was 2.5.44 compile failure, net/ipv4/raw.c) Thierry Mallard
1 sibling, 0 replies; 3+ messages in thread
From: David S. Miller @ 2002-10-19 10:15 UTC (permalink / raw)
To: helge.hafting; +Cc: linux-kernel
Change the "#include <linux/netfilter.h" in net/ipv4/raw.c
to "#include <linux/netfilter_ipv4.h"
^ permalink raw reply [flat|nested] 3+ messages in thread
* already fixed (was 2.5.44 compile failure, net/ipv4/raw.c)
2002-10-19 10:10 2.5.44 compile failure, net/ipv4/raw.c Helge Hafting
2002-10-19 10:15 ` David S. Miller
@ 2002-10-19 10:27 ` Thierry Mallard
1 sibling, 0 replies; 3+ messages in thread
From: Thierry Mallard @ 2002-10-19 10:27 UTC (permalink / raw)
To: Helge Hafting; +Cc: linux-kernel
Skip Ford <skip.ford@verizon.net> already replied for this :
net/ipv4/raw.c needs to include netfilter_ipv4.h instead of just
netfilter.h
--- linux/net/ipv4/raw.c~ Sat Oct 19 00:47:05 2002
+++ linux/net/ipv4/raw.c Sat Oct 19 00:47:11 2002
@@ -64,7 +64,7 @@
#include <net/raw.h>
#include <net/inet_common.h>
#include <net/checksum.h>
-#include <linux/netfilter.h>
+#include <linux/netfilter_ipv4.h>
struct sock *raw_v4_htable[RAWV4_HTABLE_SIZE];
rwlock_t raw_v4_lock = RW_LOCK_UNLOCKED;
Regards,
--
Thierry Mallard
http://vawis.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-10-19 10:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-19 10:10 2.5.44 compile failure, net/ipv4/raw.c Helge Hafting
2002-10-19 10:15 ` David S. Miller
2002-10-19 10:27 ` already fixed (was 2.5.44 compile failure, net/ipv4/raw.c) Thierry Mallard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox