/[hurd]/hurd/libtrivfs/io-stubs.c
ViewVC logotype

Diff of /hurd/libtrivfs/io-stubs.c

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

revision 1.5 by mib, Tue Jul 5 17:44:37 1994 UTC revision 1.6 by roland, Thu Jun 13 21:26:15 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1993, 1994 Free Software Foundation     Copyright (C) 1993,94,2002 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 8  it under the terms of the GNU General Pu Line 8  it under the terms of the GNU General Pu
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  The GNU Hurd is distributed in the hope that it will be useful,  The GNU Hurd is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  GNU General Public License for more details.  GNU General Public License for more details.
# Line 20  the Free Software Foundation, 675 Mass A Line 20  the Free Software Foundation, 675 Mass A
20  /* Written by Michael I. Bushnell.  */  /* Written by Michael I. Bushnell.  */
21    
22  #include "priv.h"  #include "priv.h"
 #include "io_S.h"  
23    
24  kern_return_t  kern_return_t
25  trivfs_S_io_map_cntl (struct trivfs_protid *cred,  trivfs_S_io_map_cntl (struct trivfs_protid *cred,
# Line 48  trivfs_S_io_release_conch (struct trivfs Line 47  trivfs_S_io_release_conch (struct trivfs
47    return EOPNOTSUPP;    return EOPNOTSUPP;
48  }  }
49    
50  kern_return_t  kern_return_t
51  trivfs_S_io_eofnotify (struct trivfs_protid *cred,  trivfs_S_io_eofnotify (struct trivfs_protid *cred,
52                         mach_port_t reply,                         mach_port_t reply,
53                         mach_msg_type_name_t replytype)                         mach_msg_type_name_t replytype)
# Line 57  trivfs_S_io_eofnotify (struct trivfs_pro Line 56  trivfs_S_io_eofnotify (struct trivfs_pro
56  }  }
57    
58  kern_return_t  kern_return_t
59  trivfs_S_io_prenotify (struct trivfs_protid *cred,  trivfs_S_io_prenotify (struct trivfs_protid *cred,
60                         mach_port_t reply,                         mach_port_t reply,
61                         mach_msg_type_name_t replytype,                         mach_msg_type_name_t replytype,
62                         vm_offset_t start,                         vm_offset_t start,
63                         vm_offset_t end)                         vm_offset_t end)
64  {  {
65    return EOPNOTSUPP;    return EOPNOTSUPP;
66  }  }
67    
68  kern_return_t  kern_return_t
69  trivfs_S_io_postnotify (struct trivfs_protid *cred,  trivfs_S_io_postnotify (struct trivfs_protid *cred,
70                          mach_port_t reply,                          mach_port_t reply,
71                          mach_msg_type_name_t replytype,                          mach_msg_type_name_t replytype,
72                          vm_offset_t start,                          vm_offset_t start,
73                          vm_offset_t end)                          vm_offset_t end)
74  {  {
75    return EOPNOTSUPP;    return EOPNOTSUPP;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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