summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1992-02-11 15:32:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1992-02-11 15:32:06 +0000
commit5ccdedec1a06c205d888d03b20b877b1d32ec67b (patch)
treefb648496471fa7be177bfaba56686aa912f76bba /hurd
parenteb324e3a590dda85b58c991bbfe3a64cf100104b (diff)
Formerly socket.defs.~18~
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 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);