From: Todd C. Miller Date: Sat, 21 Jun 2003 16:50:56 +0000 (+0000) Subject: Add explicit declaration of printerr variable in function header X-Git-Tag: SUDO_1_6_8~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cd9f4f1ec3bb59e0498ef943e781a013123aa91;p=sudo Add explicit declaration of printerr variable in function header (was defaulting to int which is OK but oh so K&R :-). From Theo. --- diff --git a/set_perms.c b/set_perms.c index 9923d8b60..5f7a0b00c 100644 --- a/set_perms.c +++ b/set_perms.c @@ -422,6 +422,7 @@ runas_setup() static void fatal(str, printerr) char *str; + int printerr; { if (str) {