[BACK]Return to doas.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / doas

Diff for /src/usr.bin/doas/doas.c between version 1.31 and 1.32

version 1.31, 2015/07/28 21:36:03 version 1.32, 2015/07/29 00:00:31
Line 184 
Line 184 
 }  }
   
 /*  /*
  * Copy to envp environment variables from oldenvp which names are   * Copy the environment variables in safeset from oldenvp to envp.
  * in safeset.  
  */   */
 static int  static int
 copyenvhelper(const char **oldenvp, const char **safeset, int nsafe,  copyenvhelper(const char **oldenvp, const char **safeset, int nsafe,

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32