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

Diff for /src/usr.bin/doas/env.c between version 1.5 and 1.6

version 1.5, 2016/09/15 00:58:23 version 1.6, 2017/04/06 21:12:06
Line 69 
Line 69 
 }  }
   
 static struct env *  static struct env *
 createenv(struct rule *rule)  createenv(const struct rule *rule)
 {  {
         struct env *env;          struct env *env;
         u_int i;          u_int i;
Line 186 
Line 186 
 }  }
   
 char **  char **
 prepenv(struct rule *rule)  prepenv(const struct rule *rule)
 {  {
         static const char *safeset[] = {          static const char *safeset[] = {
                 "DISPLAY", "HOME", "LOGNAME", "MAIL",                  "DISPLAY", "HOME", "LOGNAME", "MAIL",

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