CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/21 04:32:04
Modified files:
usr.bin/netstat: inet6.c show.c
usr.bin/rusers : rusers.c
usr.bin/showmount: showmount.c
usr.bin/ssh : mux.c
usr.bin/systat : inetname.c
usr.bin/tftp : main.c
usr.sbin/httpd : server_fcgi.c
usr.sbin/mrouted: rsrr.c
usr.sbin/npppctl: npppctl.c
Log message:
The POSIX APIs that that sockaddrs all ignore the s*_len field in the
incoming socket, so userspace doesn't need to set it unless it has its
own reasons for tracking the size along with the sockaddr.
ok phessler@ deraadt@ florian@