CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/10 02:55:03
Modified files:
lib/libc : Symbols.list
lib/libc/net : Makefile.inc linkaddr.c
Added files:
lib/libc/net : link_ntoa.3
Removed files:
lib/libc/net : link_addr.3
Log message:
Remove link_addr(3). A function to encode the name of an interface in
a sockaddr_dl is a questionnable interface. But now it makes it harder
to properly reference ifp becauses of this.
Set sdl_index to the index of the corresponding interface when
constructing a routing message.
Ridding previous libc crank.
ok guenther@, deraadt@, dlg@