Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

SIOCGIFCONF -> getifaddrs



>> Module Name: basesrc
>> Committed By:        itojun
>> Date:                Tue Apr 11 11:36:48 UTC 2000
>> 
>> Modified Files:
>>      basesrc/usr.sbin/ypbind: ypbind.c
>> 
>> Log Message:
>> use getifaddrs, to avoid complicated alignment constraint in SIOCGIFCONF.
>> (do we need to keep SIOCGIFCONF code in #ifdef?)
>
>excellent! i would't bother keeping the old code around; especially if
>we're not going to maintain it.

        fine, I just thought if someone is using the tree on other platforms...

>similar changes could be made to rarpd (there's an outstanding PR
>about this); in my infinite spare time i was going to look at doing
>this, but since you already know the magic maybe you can look at it?
>(hint hint ;-)

        actually we have several more to go.  with little grep session
        I found that these guys use SIOCGIFCONF.  I'll try to look at them
        one by one, however, i need your help.

itojun


usr.sbin/mrouted
usr.sbin/mtrace
usr.sbin/rarpd
usr.sbin/rbootd
usr.sbin/traceroute
sbin/ifconfig
lib/libpcap/inet.c
lib/libc/rpc/pmap_rmt.c



Home | Main Index | Thread Index | Old Index