diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-06-11 18:49:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-06-11 18:49:36 +0000 |
commit | 7ef2f0fa7a716714bf1d993f165bfac1f66cf2c3 (patch) | |
tree | cc86c371b06b3119e566e1e982ec3ad4d9d190a6 /hurd/socket.defs | |
parent | 61cfb104f76ed1aa1d5f17fab49c58f4c293127c (diff) |
Formerly socket.defs.~13~
Diffstat (limited to 'hurd/socket.defs')
-rw-r--r-- | hurd/socket.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/socket.defs b/hurd/socket.defs index 166e1a6f..e838a857 100644 --- a/hurd/socket.defs +++ b/hurd/socket.defs @@ -147,7 +147,7 @@ routine socket_recv_inband ( routine socket_recv_outofband ( sock: socket_t; out addr: addr_port_t; - inout flags: int; + flags: int; out data: outofband_data_t; out ports: fd_array_t; out control: inband_data_t; |