OSDN Git Service

* net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
authorcorinna <corinna>
Fri, 4 Jan 2002 16:56:53 +0000 (16:56 +0000)
committercorinna <corinna>
Fri, 4 Jan 2002 16:56:53 +0000 (16:56 +0000)
commit60446c2a732dd2ac6d51e0ddea190bd9a5ac9faf
tree235e4670dfa382f451470aafea924ba4c5cf954d
parent9ac9396ab2e0abff02a970e0ccf0961f4f9e45ba
* net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
throughout.
(socketpair): Explicitly allow SOCK_STREAM and SOCK_DGRAM socket types
in families AF_UNIX and AF_LOCAL.  Explicitly allow PF_UNSPEC, PF_LOCAL
and PF_INET protocols.  Return error otherwise.  Implement datagram
socketpairs.
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc