diff options
author | Michael I. Bushnell <mib@gnu.org> | 1992-02-11 15:32:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1992-02-11 15:32:06 +0000 |
commit | 5ccdedec1a06c205d888d03b20b877b1d32ec67b (patch) | |
tree | fb648496471fa7be177bfaba56686aa912f76bba | |
parent | eb324e3a590dda85b58c991bbfe3a64cf100104b (diff) |
Formerly socket.defs.~18~
-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 45645a91..557439a9 100644 --- a/hurd/socket.defs +++ b/hurd/socket.defs @@ -118,7 +118,7 @@ routine socket_send ( flags: int; data: data_t; ports: fd_array_t; - control: inband_data_t; + control: data_t; out amount: int); /* Receive data from a socket, possibly including Mach ports. */ @@ -129,6 +129,6 @@ routine socket_recv ( flags: int; out data: data_t; out ports: fd_array_t; - out control: inband_data_t; + out control: data_t; out outflags: int; amount: int); |