server: vsock: Use fallback path for creating socket without SOCK_CLOEXEC
commiteaf067fa589ea75b5646d3e8f052e234a8c77fb2
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 10 Aug 2022 15:42:40 +0000 (10 16:42 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 10 Aug 2022 15:45:09 +0000 (10 16:45 +0100)
tree320b4221fe79d35b5f5c97176e27337d145465e3
parent08822d62a57ee99ae4e2ed37baafd862ab7b21a2
server: vsock: Use fallback path for creating socket without SOCK_CLOEXEC

macOS lacks SOCK_CLOEXEC but surprisingly does define AF_VSOCK etc.
(I have no idea if it actually works).  Use the usual fallback path
and remove the incorrect comment.
server/sockets.c