/[hurd]/hurd/libtrivfs/file-access.c
ViewVC logotype

Diff of /hurd/libtrivfs/file-access.c

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

revision 1.4 by tb, Fri Feb 19 07:45:37 1999 UTC revision 1.5 by roland, Thu Jun 13 21:26:15 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1994, 1996 Free Software Foundation     Copyright (C) 1994,96,2002 Free Software Foundation, Inc.
3    
4     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
5     modify it under the terms of the GNU General Public License as     modify it under the terms of the GNU General Public License as
# Line 16  Line 16 
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17    
18  #include "priv.h"  #include "priv.h"
 #include "fs_S.h"  
19    
20  error_t  error_t
21  trivfs_S_file_check_access (struct trivfs_protid *cred,  trivfs_S_file_check_access (struct trivfs_protid *cred,
# Line 31  trivfs_S_file_check_access (struct trivf Line 30  trivfs_S_file_check_access (struct trivf
30    else    else
31      (*trivfs_check_access_hook) (cred->po->cntl, cred->user,      (*trivfs_check_access_hook) (cred->po->cntl, cred->user,
32                                   cred->realnode, allowed);                                   cred->realnode, allowed);
33      
34    return 0;    return 0;
35  }  }

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

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