diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-21 06:10:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-21 06:10:59 +0000 |
commit | 7c15bed1de049b046932ee3c0fa8ed4c345eaa44 (patch) | |
tree | 67dea7baeef7b0f6df731292ca5e93702f04ad8b /hurd/socket.defs | |
parent | 0a5915a478c0befe9af4a2621caacb16a39ffba6 (diff) |
Formerly socket.defs.~20~
Diffstat (limited to 'hurd/socket.defs')
-rw-r--r-- | hurd/socket.defs | 4 |
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. */ |