From 5ccdedec1a06c205d888d03b20b877b1d32ec67b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 11 Feb 1992 15:32:06 +0000 Subject: Formerly socket.defs.~18~ --- hurd/socket.defs | 4 ++-- 1 file 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); -- cgit v1.2.3