[BACK]Return to initgroups.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/initgroups.c between version 1.11 and 1.12

version 1.11, 1995/06/03 02:27:19 version 1.12, 1997/07/04 09:14:52
Line 49  static char rcsid[] = "$NetBSD$";
Line 49  static char rcsid[] = "$NetBSD$";
 int  int
 initgroups(uname, agroup)  initgroups(uname, agroup)
         const char *uname;          const char *uname;
         int agroup;          gid_t agroup;
 {  {
         int groups[NGROUPS], ngroups;          int groups[NGROUPS], ngroups;
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>