All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoann Vandoorselaere <yoann@mandrakesoft.com>
To: rusty@linuxcare.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [patch-2.4.0-test12-pre3] ip_conntrack_proto_tcp.c compilation fix.
Date: 03 Dec 2000 12:28:27 +0100	[thread overview]
Message-ID: <87ofytyc9w.fsf@mandrakesoft.com> (raw)
In-Reply-To: <87sno6gwsy.fsf@mandrakesoft.com>
In-Reply-To: Yoann Vandoorselaere's message of "03 Dec 2000 01:42:21 +0100"

Yoann Vandoorselaere <yoann@mandrakesoft.com> writes:

> --- 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 };

Just ignore this patch, it seem this file got corrupted on my FS...

-- 
		-- 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 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=87ofytyc9w.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 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.