1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Dike out some obsolete defines which referenced ih_next and ih_prev from

struct ipovly (they don't exist anymore because they don't work when
pointers are 64bit).
This commit is contained in:
Doug Rabson 1998-09-26 14:26:59 +00:00
parent da653c6148
commit e0dd9c3ed8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39681

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tcpip.h 8.1 (Berkeley) 6/10/93
* $Id$
* $Id: tcpip.h,v 1.6 1997/02/22 09:41:43 peter Exp $
*/
#ifndef _NETINET_TCPIP_H_
@ -54,8 +54,6 @@ struct full_tcpiphdr {
char ti_o[TCP_MAXOLEN]; /* space for tcp options */
};
#endif /* notyet */
#define ti_next ti_i.ih_next
#define ti_prev ti_i.ih_prev
#define ti_x1 ti_i.ih_x1
#define ti_pr ti_i.ih_pr
#define ti_len ti_i.ih_len