[BACK]Return to execle.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/execle.c between version 1.4 and 1.5

version 1.4, 1997/07/21 14:06:55 version 1.5, 1997/11/23 01:16:46
Line 85  execle(name, arg, va_alist)
Line 85  execle(name, arg, va_alist)
         int i;          int i;
   
         VA_START(ap, arg);          VA_START(ap, arg);
         for (i = 1; va_arg(ap, char *) != NULL; i++)          for (i = 2; va_arg(ap, char *) != NULL; i++)
                 ;                  ;
         va_end(ap);          va_end(ap);
   

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

CVSweb <webmaster@jp.NetBSD.org>