Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/grp.h

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

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 16  struct group { Line 16  struct group {
16  };  };
17    
18  __extern int setgroups(size_t, const gid_t *);  __extern int setgroups(size_t, const gid_t *);
19    __extern struct group *getgrgid(gid_t);
20    __extern struct group *getgrnam(const char *);
21    
22  #endif /* _GRP_H */  #endif /* _GRP_H */

Legend:
Removed from v.814  
changed lines
  Added in v.815