From: Todd C. Miller Date: Thu, 24 Jun 2010 17:22:51 +0000 (-0400) Subject: K&R function declaration for aix_setauthdb() X-Git-Tag: SUDO_1_7_3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33946d58aa712f1a8468978913846134a954ae51;p=sudo K&R function declaration for aix_setauthdb() --HG-- branch : 1.7 --- diff --git a/aix.c b/aix.c index 215c6e30d..2b0d5b24f 100644 --- a/aix.c +++ b/aix.c @@ -142,7 +142,8 @@ aix_setlimits(user) * group lookups are made against the correct source (files, NIS, LDAP, etc). */ void -aix_setauthdb(char *user) +aix_setauthdb(user) + char *user; { char *authsys;