Prepare headers to support file descriptor passing over UNIX Domain Sockets.

Contributed by Thomas Cort.
This commit is contained in:
Thomas Veerman
2010-08-30 13:41:22 +00:00
parent a0bb199f69
commit 2297e26660
6 changed files with 54 additions and 12 deletions
+3 -1
View File
@@ -365,8 +365,10 @@ for example, trying to
a connection on a datagram socket.
.It Er 77 ENETDOWN Em "Network is down" .
A socket operation encountered a dead network.
.It Er 77 EPFNOSUPPORT Em "Protocol family not supported" .
.It Er 78 EPFNOSUPPORT Em "Protocol family not supported" .
A socket operation specified an unsupported protocol family.
.It Er 79 EDESTADDRREQ Em "Destination address required" .
A required address was omitted from an operation on a socket.
.El
.Sh DEFINITIONS
.Bl -tag -width Ds