diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-04-03 05:14:45 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-04-03 05:14:45 +0000 |
| commit | ca98b82c8df1e00c65cd0837022fdd1d07b10cfa (patch) | |
| tree | a06c467c106468fdf665b8be97ae97171c455295 /sys/netinet/tcp_output.c | |
| parent | 5d00c0a49935cc4ba172d6018729ca72bc562343 (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 e86317fdc7bf2..8d43589886605 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$ + * $Id: tcp_output.c,v 1.23 1997/02/22 09:41:40 peter Exp $ */ #include <sys/param.h> @@ -673,8 +673,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 |
