/[hurd]/hurd/libiohelp/iouser-create.c
ViewVC logotype

Diff of /hurd/libiohelp/iouser-create.c

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

revision 1.3 by roland, Sat Jun 16 20:22:14 2001 UTC revision 1.4 by roland, Sun May 5 03:26:21 2002 UTC
# Line 1  Line 1 
1  /*  /*
2     Copyright (C) 1996,2001 Free Software Foundation     Copyright (C) 1996,2001,02 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 32  iohelp_create_iouser (struct iouser **us Line 32  iohelp_create_iouser (struct iouser **us
32    
33    return 0;    return 0;
34  }  }
35      
36  #define E(err)                          \  #define E(err)                          \
37          do {                            \          do {                            \
38            if (err)                      \            if (err)                      \
# Line 89  iohelp_create_simple_iouser (struct ious Line 89  iohelp_create_simple_iouser (struct ious
89    
90  error_t  error_t
91  iohelp_create_complex_iouser (struct iouser **user,  iohelp_create_complex_iouser (struct iouser **user,
92                                uid_t *uvec, int nuids,                                const uid_t *uvec, int nuids,
93                                gid_t *gvec, int ngids)                                const gid_t *gvec, int ngids)
94  {  {
95    struct idvec *uids, *gids;    struct idvec *uids, *gids;
96    

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

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