[BACK]Return to exec.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / sh

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

Diff for /src/bin/sh/exec.c between version 1.6 and 1.7

version 1.6, 1993/09/23 23:32:19 version 1.7, 1994/04/01 01:19:25
Line 501  loop:
Line 501  loop:
                                         goto loop;                                          goto loop;
                                 /* Are you in this group too? */                                  /* Are you in this group too? */
                                 {                                  {
                                         int group_list[NGROUPS];                                          gid_t group_list[NGROUPS];
                                         int ngroups, i;                                          int ngroups, i;
   
                                         ngroups = getgroups(NGROUPS, group_list);                                          ngroups = getgroups(NGROUPS, group_list);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb <webmaster@jp.NetBSD.org>