X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fexec_pty.c;h=60ed7efc969e1184dd1524e39faacfc777b19a83;hb=6ba3f54741e413f12fdc27fbc8d1ba85f94c64a2;hp=b24d691b6c0826aa51041bca92791a8b5e3d778d;hpb=db542536bfb942d0168310cac588babc62657621;p=debian%2Fsudo diff --git a/src/exec_pty.c b/src/exec_pty.c index b24d691..60ed7ef 100644 --- a/src/exec_pty.c +++ b/src/exec_pty.c @@ -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();