[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.26 and 1.27

version 1.26, 2015/07/26 20:47:01 version 1.27, 2015/07/26 22:44:33
Line 282 
Line 282 
         exit(1);          exit(1);
 }  }
   
 static int  static void __dead
 checkconfig(const char *confpath, int argc, char **argv,  checkconfig(const char *confpath, int argc, char **argv,
     uid_t uid, gid_t *groups, int ngroups, uid_t target)      uid_t uid, gid_t *groups, int ngroups, uid_t target)
 {  {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27