Date: Tue, 17 Nov 1998 10:52:44 +0000 (GMT) From: Doug Rabson <dfr@nlsystems.com> To: "Roman V. Palagin" <romanp@wuppy.rcs.ru> Cc: current@FreeBSD.ORG Subject: Re: Inconsistency in udp_var.h and ip_var.h Message-ID: <Pine.BSF.4.01.9811171052220.21711-100000@herring.nlsystems.com> In-Reply-To: <Pine.BSF.4.05.SK%2BPRV.9811171255450.3771-100000@room101.wuppy.rcs.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Nov 1998, Roman V. Palagin wrote:
> hello!
>
> just found this kind of error in -current (cvsup'd about hour ago):
>
> in udp_var.h:
>
> 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
>
> in ip_var.h:
>
> struct ipovly {
> u_char ih_x1[9]; /* (unused) */
> u_char ih_pr; /* protocol */
> u_short ih_len; /* protocol length */
> struct in_addr ih_src; /* source internet address */
> struct in_addr ih_dst; /* destination internet address */
> };
>
> as you can see, there is no ih_next and ih_prev members in ipovly. should
> ui_next and ui_prev go away?
Yes they should.
--
Doug Rabson Mail: dfr@nlsystems.com
Nonlinear Systems Ltd. Phone: +44 181 951 1891
Fax: +44 181 381 1039
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9811171052220.21711-100000>
