Subject: Re: CVS commit: basesrc
To: None <itojun@netbsd.org>
From: Luke Mewburn <lukem@cs.rmit.edu.au>
List: source-changes
Date: 04/13/2000 20:56:59
Jun-ichiro itojun Hagino writes:
>
> Module Name: basesrc
> Committed By: itojun
> Date: Thu Apr 13 09:12:16 UTC 2000
>
> Modified Files:
> basesrc/usr.sbin/rarpd: Makefile rarpd.c
>
> Log Message:
> use getifaddrs to avoid alignment constraints in SIOCGIFCONF.
> (do you have PR # for this? >lukem)
actually, i realise it wasn't rarpd but rpc.bootparamd. c.f pr 8119
for more info.
the use of get_myaddress() should be replaced with a call to
getifaddrs() and a loop which scans down the result to find the
appropriate matching interface.