[BACK]Return to make.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

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

Diff for /src/usr.bin/make/make.h between version 1.110 and 1.111

version 1.110, 2020/07/18 21:37:38 version 1.111, 2020/07/21 21:13:24
Line 423  extern char *progname; /* The program na
Line 423  extern char *progname; /* The program na
 extern char     *makeDependfile; /* .depend */  extern char     *makeDependfile; /* .depend */
 extern char     **savedEnv;      /* if we replaced environ this will be non-NULL */  extern char     **savedEnv;      /* if we replaced environ this will be non-NULL */
   
   extern int      makelevel;
   
 /*  /*
  * We cannot vfork() in a child of vfork().   * We cannot vfork() in a child of vfork().
  * Most systems do not enforce this but some do.   * Most systems do not enforce this but some do.

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb <webmaster@jp.NetBSD.org>