CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/20 19:23:14
Modified files:
sys/net : if.c if_tun.c
sys/sys : socket.h sockio.h
include/protocols: talkd.h
share/man/man4 : options.4
sys/compat/linux: linux_socket.c
sys/conf : GENERIC
Log message:
Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
for a couple decades. Keep the OSIOCGIFCONF ioctl to support COMPAT_LINUX
but move the rest of the Linux-specific ioctl() handling into linux_socket.c
This lets struct osockaddr finally move from sys/socket.h to protocols/talkd.h
ok krw@ deraadt@ mpi@