From 14065797f47522b2f2df3aaad55927ddaaa49e62 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 13 Jan 2004 03:59:37 +0000 Subject: [PATCH 1/1] Fix a compile warning (IPPROTO_TCP redefined). --- pppd/ipv6cp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index b5e845a..000c863 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -135,10 +135,10 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ipv6cp.c,v 1.18 2003/07/28 12:25:41 carlsonj Exp $ + * $Id: ipv6cp.c,v 1.19 2004/01/13 03:59:37 paulus Exp $ */ -#define RCSID "$Id: ipv6cp.c,v 1.18 2003/07/28 12:25:41 carlsonj Exp $" +#define RCSID "$Id: ipv6cp.c,v 1.19 2004/01/13 03:59:37 paulus Exp $" /* * TODO: @@ -1522,7 +1522,6 @@ ipv6cp_printpkt(p, plen, printer, arg) */ #define IP6_HDRLEN 40 /* bytes */ #define IP6_NHDR_FRAG 44 /* fragment IPv6 header */ -#define IPPROTO_TCP 6 #define TCP_HDRLEN 20 #define TH_FIN 0x01 -- 2.39.2