public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch-2.4.0-test12-pre3] ip_conntrack_proto_tcp.c compilation fix.
@ 2000-12-03  0:42 Yoann Vandoorselaere
  2000-12-03 11:28 ` Yoann Vandoorselaere
  0 siblings, 1 reply; 2+ messages in thread
From: Yoann Vandoorselaere @ 2000-12-03  0:42 UTC (permalink / raw)
  To: rusty; +Cc: linux-kernel


--- linux/net/ipv4/netfilter/ip_conntrack_proto_tcp.c.orig	Sat Dec  2 16:18:05 2000
+++ linux/net/ipv4/netfilter/ip_conntrack_proto_tcp.c	Sat Dec  2 16:19:04 2000
@@ -228,6 +228,6 @@
 }
 
 struct ip_conntrack_protocol ip_conntrack_protocol_tcp
-= { { NULL, NULLpkt_IPPROTO_TCP, "tcp",
-    tcp_ableto_tuple, tcp_invert_tuple, tcp_print_tuple, tcp_print_conntrack,
+= { { NULL, NULL }, IPPROTO_TCP, "tcp",
+    tcp_pkt_to_tuple, tcp_invert_tuple, tcp_print_tuple, tcp_print_conntrack,
     tcp_packet, tcp_new, NULL };


-- 
		-- Yoann http://www.mandrakesoft.com/~yoann/
   An engineer from NVidia, while asking him to release cards specs said :
	"Actually, we do write our drivers without documentation."








-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-12-03 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-03  0:42 [patch-2.4.0-test12-pre3] ip_conntrack_proto_tcp.c compilation fix Yoann Vandoorselaere
2000-12-03 11:28 ` Yoann Vandoorselaere

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