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

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

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

revision 1.14 by miles, Sat Jun 15 23:59:25 1996 UTC revision 1.15 by roland, Tue May 28 23:58:13 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1994, 1995, 1996 Free Software Foundation     Copyright (C) 1994,95,96,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 29  trivfs_S_fsys_startup (mach_port_t bootp Line 29  trivfs_S_fsys_startup (mach_port_t bootp
29                         int flags,                         int flags,
30                         mach_port_t cntl,                         mach_port_t cntl,
31                         mach_port_t *realnode,                         mach_port_t *realnode,
32                         mach_port_t *realnodetype)                         mach_msg_type_name_t *realnodetype)
33  {  {
34    return EOPNOTSUPP;    return EOPNOTSUPP;
35  }  }
# Line 60  trivfs_S_fsys_getfile (struct trivfs_con Line 60  trivfs_S_fsys_getfile (struct trivfs_con
60                         mach_port_t reply,                         mach_port_t reply,
61                         mach_msg_type_name_t replytype,                         mach_msg_type_name_t replytype,
62                         uid_t *genuids,                         uid_t *genuids,
63                         u_int ngenuids,                         size_t ngenuids,
64                         uid_t *gengids,                         uid_t *gengids,
65                         u_int ngengids,                         size_t ngengids,
66                         char *handle,                         char *handle,
67                         u_int handlesize,                         size_t handlesize,
68                         mach_port_t *file,                         mach_port_t *file,
69                         mach_msg_type_name_t *filetype)                         mach_msg_type_name_t *filetype)
70  {  {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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