From: Todd C. Miller Date: Thu, 29 Jul 2010 18:21:03 +0000 (-0400) Subject: exec_monitor is static X-Git-Tag: SUDO_1_7_4~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3783f10805fb4d7765cf6d14630cc2b9aefff94;p=sudo exec_monitor is static --HG-- branch : 1.7 --- diff --git a/exec_pty.c b/exec_pty.c index ca607472d..191e0e3ff 100644 --- a/exec_pty.c +++ b/exec_pty.c @@ -677,7 +677,7 @@ handle_sigchld(backchannel, cstat) * parent and relays signals from the parent to the command. * Returns an error if fork(2) fails, else calls _exit(2). */ -int +static int exec_monitor(path, argv, envp, backchannel, rbac) const char *path; char *argv[];