Replace "union sockunion" with "union sockaddr_union" which is also
authormillert <millert@openbsd.org>
Mon, 22 Aug 2016 16:27:00 +0000 (16:27 +0000)
committermillert <millert@openbsd.org>
Mon, 22 Aug 2016 16:27:00 +0000 (16:27 +0000)
commitc0a90eed094f83842461c3904631b57f912454fc
tree625f72c98f54d89dc35cec5b7bdf598e66303d23
parentde1bf37862037b4c4f116831a9c1aaf11e12d977
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@
usr.bin/ftp/ftp.c