/[hurd]/hurd/trans/null.c
ViewVC logotype

Diff of /hurd/trans/null.c

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

revision 1.25 by roland, Thu Jun 13 21:26:30 2002 UTC revision 1.26 by roland, Sat Sep 6 01:10:54 2003 UTC
# Line 1  Line 1 
1  /* A translator for providing endless empty space and immediate eof.  /* A translator for providing endless empty space and immediate eof.
2    
3     Copyright (C) 1995,96,97,98,99,2001,02 Free Software Foundation, Inc.     Copyright (C) 1995,96,97,98,99,2001,02,03 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 130  trivfs_S_io_map (struct trivfs_protid *c Line 130  trivfs_S_io_map (struct trivfs_protid *c
130                   memory_object_t *wrobj,                   memory_object_t *wrobj,
131                   mach_msg_type_name_t *wrtype)                   mach_msg_type_name_t *wrtype)
132  {  {
133    return EINVAL;                /* XXX should work! */    return EOPNOTSUPP;            /* XXX should work! */
134  }  }
135    
136  /* Read data from an IO object.  If offset if -1, read from the object  /* Read data from an IO object.  If offset if -1, read from the object

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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