/[hurd]/hurd/hurd/socket.defs
ViewVC logotype

Diff of /hurd/hurd/socket.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by roland, Wed Jan 2 05:42:35 2002 UTC revision 1.20 by roland, Tue Jun 11 21:37:13 2002 UTC
# Line 1  Line 1 
1  /* Definitions for socket interface  /* Definitions for socket interface
2     Copyright (C) 1991,93,94,95,2001 Free Software Foundation, Inc.     Copyright (C) 1991,93,94,95,2001,02 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 122  routine socket_send ( Line 122  routine socket_send (
122          data: data_t SCP;          data: data_t SCP;
123          ports: portarray_t SCP;          ports: portarray_t SCP;
124          control: data_t SCP;          control: data_t SCP;
125          out amount: size_t);          out amount: vm_size_t);
126    
127  /* Receive data from a socket, possibly including Mach ports.  */  /* Receive data from a socket, possibly including Mach ports.  */
128  routine socket_recv (  routine socket_recv (
# Line 133  routine socket_recv ( Line 133  routine socket_recv (
133          out ports: portarray_t, dealloc;          out ports: portarray_t, dealloc;
134          out control: data_t, dealloc;          out control: data_t, dealloc;
135          out outflags: int;          out outflags: int;
136          amount: size_t);          amount: vm_size_t);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26