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

Diff for /src/usr.bin/doas/doas.h between version 1.19 and 1.20

version 1.19, 2021/11/30 20:08:15 version 1.20, 2024/02/15 18:57:58
Line 36 
Line 36 
 char **prepenv(const struct rule *, const struct passwd *,  char **prepenv(const struct rule *, const struct passwd *,
     const struct passwd *);      const struct passwd *);
   
 #define PERMIT  1  #define PERMIT  -1
 #define DENY    2  #define DENY    2
   
 #define NOPASS          0x1  #define NOPASS          0x1

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20