CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/22 10:27:00
Modified files:
usr.bin/ftp : ftp.c
Log message:
Replace "union sockunion" with "union sockaddr_union" which is also
used in the kernel. This makes it possible to remove the casts to
"struct sockaddr *" when calling networking syscalls.
OK jsing@ jca@
