]> granicus.if.org Git - sudo/commitdiff
Add explicit declaration of printerr variable in function header
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 21 Jun 2003 16:50:56 +0000 (16:50 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 21 Jun 2003 16:50:56 +0000 (16:50 +0000)
(was defaulting to int which is OK but oh so K&R :-).  From Theo.

set_perms.c

index 9923d8b60879ce26cf074b02e79376ffd17376f2..5f7a0b00cb8dfdff4586e3c4b88d62e02c95fa47 100644 (file)
@@ -422,6 +422,7 @@ runas_setup()
 static void
 fatal(str, printerr)
     char *str;
+    int printerr;
 {
 
     if (str) {