From 5fc2ff709cf64d297b2fc3b23d2946874be4179d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 21 Jun 2003 16:52:41 +0000 Subject: Add explicit declaration of printerr variable in function header (was defaulting to int which is OK but oh so K&R :-). From Theo. --- usr.bin/sudo/set_perms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/sudo/set_perms.c b/usr.bin/sudo/set_perms.c index cf1dd0ad042..06d6457bda0 100644 --- a/usr.bin/sudo/set_perms.c +++ b/usr.bin/sudo/set_perms.c @@ -422,6 +422,7 @@ runas_setup() static void fatal(str, printerr) char *str; + int printerr; { if (str) { -- cgit v1.2.3