2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Initial bits of sudoers plugin; still needs work.

This commit is contained in:
Todd C. Miller
2010-03-14 19:58:47 -04:00
parent 3116e254b4
commit 9b0205846b
44 changed files with 1030 additions and 1395 deletions

View File

@@ -43,7 +43,7 @@
#include <pwd.h>
#include <grp.h>
#include "sudo.h"
#include "sudoers.h"
#include "parse.h"
#include "lbuf.h"
#include <gram.h>