Use getaddrinfo() to fill struct sockaddr_un. It now supports
authorhrs <hrs@FreeBSD.org>
Sat, 3 Oct 2015 12:49:05 +0000 (12:49 +0000)
committerhrs <hrs@FreeBSD.org>
Sat, 3 Oct 2015 12:49:05 +0000 (12:49 +0000)
commit1a9708cf931c7a0b427cd5f5732b9efed3748b52
tree561a34577009962a6227ab09d202a7cbbf70cf4e
parenta14f7a3926a1385132a88aa2368edb79e97e438e
Use getaddrinfo() to fill struct sockaddr_un.  It now supports
SOCK_DGRAM and SOCK_SEQPACKET in addition to SOCK_STREAM.
bin/cat/cat.c