/[hurd]/hurd/trans/new-fifo.c
ViewVC logotype

Diff of /hurd/trans/new-fifo.c

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

revision 1.10 by marcus, Mon Feb 12 22:18:55 2001 UTC revision 1.11 by roland, Thu Jun 13 21:26:42 2002 UTC
# Line 1  Line 1 
1  /* A translator for fifos  /* A translator for fifos
2    
3     Copyright (C) 1995,96,97,98,2000 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,2000,02 Free Software Foundation, Inc.
4     Written by Miles Bader <miles@gnu.org>     Written by Miles Bader <miles@gnu.org>
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 502  trivfs_goaway (struct trivfs_control *fs Line 502  trivfs_goaway (struct trivfs_control *fs
502     mapping; they will set none of the ports and return an error.  Such     mapping; they will set none of the ports and return an error.  Such
503     objects can still be accessed by io_read and io_write.  */     objects can still be accessed by io_read and io_write.  */
504  error_t  error_t
505  trivfs_S_io_map(struct trivfs_protid *cred,  trivfs_S_io_map (struct trivfs_protid *cred,
506                  memory_object_t *rdobj,                   mach_port_t reply, mach_msg_type_name_t replytype,
507                  mach_msg_type_name_t *rdtype,                   memory_object_t *rdobj,
508                  memory_object_t *wrobj,                   mach_msg_type_name_t *rdtype,
509                  mach_msg_type_name_t *wrtype)                   memory_object_t *wrobj,
510                     mach_msg_type_name_t *wrtype)
511  {  {
512    return EINVAL;    return EINVAL;
513  }  }
# Line 593  trivfs_S_io_seek (struct trivfs_protid * Line 594  trivfs_S_io_seek (struct trivfs_protid *
594  error_t  error_t
595  trivfs_S_io_select (struct trivfs_protid *cred,  trivfs_S_io_select (struct trivfs_protid *cred,
596                      mach_port_t reply, mach_msg_type_name_t reply_type,                      mach_port_t reply, mach_msg_type_name_t reply_type,
597                      int *select_type, int *tag)                      int *select_type)
598  {  {
599    struct pipe *pipe;    struct pipe *pipe;
600    error_t err = 0;    error_t err = 0;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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