diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-09-30 16:25:11 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-09-30 16:25:11 +0000 |
| commit | 430ac1d361804c853facaf2f16b57b7df77a40b3 (patch) | |
| tree | f1d68d21880d5bb9a2b263bcbc8b40dfb13c7c53 /sys/netinet/tcp_output.c | |
| parent | 41324220213505c364e9803060d0b65203802a87 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_output.c')
| -rw-r--r-- | sys/netinet/tcp_output.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 0d4a681c34a7..c581c77a5ea3 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95 - * $Id: tcp_output.c,v 1.21 1996/06/08 08:19:00 bde Exp $ + * $Id: tcp_output.c,v 1.21.2.1 1997/09/16 18:37:01 joerg Exp $ */ #include "opt_tcpdebug.h" @@ -675,8 +675,8 @@ send: struct rtentry *rt; #endif ((struct ip *)ti)->ip_len = m->m_pkthdr.len; - ((struct ip *)ti)->ip_ttl = tp->t_inpcb->inp_ip.ip_ttl; /* XXX */ - ((struct ip *)ti)->ip_tos = tp->t_inpcb->inp_ip.ip_tos; /* XXX */ + ((struct ip *)ti)->ip_ttl = tp->t_inpcb->inp_ip_ttl; /* XXX */ + ((struct ip *)ti)->ip_tos = tp->t_inpcb->inp_ip_tos; /* XXX */ #if 1 /* * See if we should do MTU discovery. We do it only if the following |
