Remove stale references to ih_next and ih_prev.

Pointed out by: Roman V. Palagin <romanp@wuppy.rcs.ru>
This commit is contained in:
Doug Rabson 1998-11-17 10:53:37 +00:00
parent b0a6dfad26
commit 73c8631124
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41208

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)udp_var.h 8.1 (Berkeley) 6/10/93
* $Id: udp_var.h,v 1.14 1997/09/07 05:26:51 bde Exp $
* $Id: udp_var.h,v 1.15 1998/05/15 20:11:36 wollman Exp $
*/
#ifndef _NETINET_UDP_VAR_H_
@ -44,8 +44,6 @@ struct udpiphdr {
struct ipovly ui_i; /* overlaid ip structure */
struct udphdr ui_u; /* udp header */
};
#define ui_next ui_i.ih_next
#define ui_prev ui_i.ih_prev
#define ui_x1 ui_i.ih_x1
#define ui_pr ui_i.ih_pr
#define ui_len ui_i.ih_len