diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-13 16:28:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-13 16:28:20 +0000 |
commit | 36ab93ba175da54b9b758a5d8a9e381272700c09 (patch) | |
tree | 5c9524f97b69eee31c7b9775121dc1e181d48ce6 /hurd/socket.defs | |
parent | 393fd708abd06cd67396e439cab8303e8c5c0393 (diff) |
entered into RCS
Diffstat (limited to 'hurd/socket.defs')
-rw-r--r-- | hurd/socket.defs | 6 |
1 files changed, 3 insertions, 3 deletions
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); |