CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2011/05/01 08:42:06
Modified files: usr.bin/sudo : toke.l Log message: Split ALL, ROLE and TYPE into their own actions. Since you can only have #ifdefs inside of braces, ROLE and TYPE use a naughty goto in the non-SELinux case. This is safe because the actions are in one big switch() statement. Prodded by and with help from espie@