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:
dfr 1998-09-26 14:26:59 +00:00
parent 955fc8ee3e
commit 3a723223f4

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)tcpip.h 8.1 (Berkeley) 6/10/93 * @(#)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_ #ifndef _NETINET_TCPIP_H_
@ -54,8 +54,6 @@ struct full_tcpiphdr {
char ti_o[TCP_MAXOLEN]; /* space for tcp options */ char ti_o[TCP_MAXOLEN]; /* space for tcp options */
}; };
#endif /* notyet */ #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_x1 ti_i.ih_x1
#define ti_pr ti_i.ih_pr #define ti_pr ti_i.ih_pr
#define ti_len ti_i.ih_len #define ti_len ti_i.ih_len