From 9814874f99b537e11c17dc95aedab01eeee388e4 Mon Sep 17 00:00:00 2001 From: grange Date: Thu, 15 Apr 2004 12:05:34 +0000 Subject: Unbreak INET6less kernels. ok markus --- sys/netinet/tcp_input.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index eb9c12cd129..0aeec8e2dd0 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcp_input.c,v 1.162 2004/04/15 02:59:22 itojun Exp $ */ +/* $OpenBSD: tcp_input.c,v 1.163 2004/04/15 12:05:34 grange Exp $ */ /* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */ /* @@ -95,11 +95,12 @@ #include #include +struct tcpiphdr tcp_saveti; + #ifdef INET6 #include #include -struct tcpiphdr tcp_saveti; struct tcpipv6hdr tcp_saveti6; /* for the packet header length in the mbuf */ -- cgit v1.2.3-59-g8ed1b