summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/socket.defs2
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;