summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-21 06:10:59 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-21 06:10:59 +0000
commit7c15bed1de049b046932ee3c0fa8ed4c345eaa44 (patch)
tree67dea7baeef7b0f6df731292ca5e93702f04ad8b /hurd
parent0a5915a478c0befe9af4a2621caacb16a39ffba6 (diff)
Formerly socket.defs.~20~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/socket.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/socket.defs b/hurd/socket.defs
index b70fa062..4a7a88b3 100644
--- a/hurd/socket.defs
+++ b/hurd/socket.defs
@@ -77,7 +77,7 @@ routine socket_connect2 (
/* Create an address from a sockaddr. */
routine socket_create_address (
sock: socket_t;
- sockaddr_type: int
+ sockaddr_type: int;
sockaddr: data_t;
out addr: addr_port_t;
binding: int);
@@ -90,7 +90,7 @@ routine socket_fabricate_address (
/* Find the sockaddr name of an address. */
routine socket_whatis_address(
addr: addr_port_t;
- out sockaddr_type: int
+ out sockaddr_type: int;
out sockaddr: data_t);
/* Shutdown a socket for reading or writing. */