diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-08-05 21:38:10 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-08-05 21:38:10 +0000 |
commit | bded02526328a217f61d44a3e106b76a48d354b3 (patch) | |
tree | 578be00dedc45b2554dbcb64ae969b14f229b8eb /hurd | |
parent | 67f7f5f4df1ddf1993be3d43675f446f9f216ced (diff) |
Formerly ifsock.defs.~2~
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ifsock.defs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hurd/ifsock.defs b/hurd/ifsock.defs index 34ae2caa..cea1c2b3 100644 --- a/hurd/ifsock.defs +++ b/hurd/ifsock.defs @@ -21,3 +21,23 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This protocol is a superset of the filesystem protocol. */ +subsystem ifsock 20200; +#include <hurd/hurd_types.defs> + +#ifdef IFSOCK_IMPORTS +IFSOCK_IMPORTS +#endif + +ifsock_getsockaddr ( + file: file_t; + out sockaddr: mach_port_copy_send_t); + +ifsock_setsockaddr ( + file: file_t; + sockaddr: mach_port_copy_send_t); + +ifsock_assume_responsibility ( + master_sockaddr_port: mach_port_t; + fsys: mach_port_t; + realnode: mach_port_t; + dotdot_dir: mach_port_t); |