From 36ab93ba175da54b9b758a5d8a9e381272700c09 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 13 Sep 1994 16:28:20 +0000 Subject: entered into RCS --- hurd/socket.defs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hurd') diff --git a/hurd/socket.defs b/hurd/socket.defs index e612c563..167039c9 100644 --- a/hurd/socket.defs +++ b/hurd/socket.defs @@ -130,8 +130,8 @@ routine socket_recv ( sock: socket_t; out addr: addr_port_t; flags: int; - out data: data_t; - out ports: portarray_t; - out control: data_t; + out data: data_t, dealloc; + out ports: portarray_t, dealloc; + out control: data_t, dealloc; out outflags: int; amount: int); -- cgit v1.2.3