linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoann Vandoorselaere <yoann@mandrakesoft.com>
To: rusty@linuxcare.com
Cc: linux-kernel@vger.kernel.org
Subject: [patch-2.4.0-test12-pre3] ip_conntrack_proto_tcp.c compilation fix.
Date: 03 Dec 2000 01:42:21 +0100	[thread overview]
Message-ID: <87sno6gwsy.fsf@mandrakesoft.com> (raw)


--- 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/

             reply	other threads:[~2000-12-03  1:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-03  0:42 Yoann Vandoorselaere [this message]
2000-12-03 11:28 ` [patch-2.4.0-test12-pre3] ip_conntrack_proto_tcp.c compilation fix Yoann Vandoorselaere

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sno6gwsy.fsf@mandrakesoft.com \
    --to=yoann@mandrakesoft.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rusty@linuxcare.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).