Date: Mon, 2 Jun 1997 13:08:04 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Michael Smith <msmith@atrad.adelaide.edu.au> Cc: Doug Rabson <dfr@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/linux linux_ioctl.c Message-ID: <Pine.BSF.3.95q.970602130644.346A-100000@herring.nlsystems.com> In-Reply-To: <199706021156.VAA22869@genesis.atrad.adelaide.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Jun 1997, Michael Smith wrote: > Doug Rabson stands accused of saying: > > dfr 1997/06/02 03:43:42 PDT > > > > Modified files: > > sys/i386/linux linux_ioctl.c > > Log: > > Make this thing actually compile. > > It _ought_ to have compiled before. It would appear, however, that in > the context of ether_ifattach (which is where I picked the logic from > for 2.2), it is still wrong; it should probably just walk ifnet_addrs > looking for the first AL_LINK/IFT_ETHER address, but I did the code in > a hurry. > > If you think the above approach (walking ifnet_addrs) is better, I'll > send you a change for verification before committing the *&^%*&^% > thing 8) I don't know what the right approach is; all I know is that ifp->if_addrlist doesn't exist on 3.0. I assumed that it was replaced by ifp->if_addrhead, which is a TAILQ. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970602130644.346A-100000>