Date: Sun, 12 Dec 2004 13:07:40 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Ceri Davies <ceri@submonkey.net>, Brooks Davis <brooks@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c src/sys/net if.c if.h Message-ID: <20041212210740.GA31109@odin.ac.hmc.edu> In-Reply-To: <20041212210331.GN70052@submonkey.net> References: <200412122012.iBCKCou6068020@repoman.freebsd.org> <20041212210331.GN70052@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 12, 2004 at 09:03:31PM +0000, Ceri Davies wrote: > On Sun, Dec 12, 2004 at 08:12:50PM +0000, Brooks Davis wrote: > > brooks 2004-12-12 20:12:50 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: (Branch: RELENG_4) > > sbin/ifconfig ifconfig.c=20 > > sys/net if.c if.h=20 > > Log: > > MFC the addition of ifi_datalen to struct if_data and ifconfig support > > for it. The change to struct if_data differs slightly from the one in > > 5.3 in that a pad is added after ifi_xmitquota rather then adding > > ifi_link_state before ifi_recvquota. This is necessicary to maintain > > the 4.x ABI. >=20 > > | @@ -97,6 +97,8 @@ struct if_data { > > | u_char ifi_hdrlen; /* media header length */ > > | u_char ifi_recvquota; /* polling quota for receive intrs */ > > | u_char ifi_xmitquota; /* polling quota for xmit intrs */ > > | + u_char ifi_do_no_use; /* pad for ifi_datalen's position */ >=20 > Should this read ifi_do_not_use ? Arg, yes. I'll fix that. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBvLMbXY6L6fI4GtQRAjUPAKDJ5ztWlifYJHxHPrDXUEyGeOD+TQCaAytG CJH4QWzW0GPei0UbLdUYYXk= =YaH9 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041212210740.GA31109>