Make noexec parameter to sudo_execve() bool.

This commit is contained in:
Todd C. Miller
2014-01-08 17:02:22 -07:00
parent aa93ef78a7
commit bb9775879b
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@
/* exec.c */
struct sudo_event_base;
int sudo_execve(const char *path, char *const argv[], char *const envp[], int noexec);
int sudo_execve(const char *path, char *const argv[], char *const envp[], bool noexec);
extern volatile pid_t cmnd_pid;
/* exec_pty.c */