From: Todd C. Miller Date: Sat, 15 Mar 2003 00:43:51 +0000 (+0000) Subject: use pid_t X-Git-Tag: SUDO_1_6_7~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4b5af8dac457615a85dd195a1f9e4ca0c04b334;p=sudo use pid_t --- diff --git a/logging.c b/logging.c index eae940c70..d06032156 100644 --- a/logging.c +++ b/logging.c @@ -438,7 +438,8 @@ send_mail(line) { FILE *mail; char *p; - int pfd[2], pid, status; + int pfd[2], status; + pid_t pid; sigset_t set, oset; #ifndef NO_ROOT_MAILER static char *root_envp[] = {