Imported Upstream version 1.8.3
[debian/sudo] / src / exec_pty.c
index b24d691b6c0826aa51041bca92791a8b5e3d778d..60ed7efc969e1184dd1524e39faacfc777b19a83 100644 (file)
@@ -323,7 +323,7 @@ suspend_parent(int signo)
        sigaction(signo, &sa, &osa);
        sudo_debug(8, "kill parent %d", signo);
        if (killpg(ppgrp, signo) != 0)
-           warning("killpg(%d, %d)", ppgrp, signo);
+           warning("killpg(%d, %d)", (int)ppgrp, signo);
 
        /* Check foreground/background status on resume. */
        check_foreground();