]> granicus.if.org Git - sudo/commitdiff
exec_monitor is static
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Jul 2010 18:21:03 +0000 (14:21 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Jul 2010 18:21:03 +0000 (14:21 -0400)
--HG--
branch : 1.7

exec_pty.c

index ca607472d47aebc529d5231da9a45c72bb56c140..191e0e3ff40197342dbb956a3430186273f742c4 100644 (file)
@@ -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[];