]> granicus.if.org Git - sudo/commitdiff
K&R function declaration for aix_setauthdb()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Jun 2010 17:22:51 +0000 (13:22 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 24 Jun 2010 17:22:51 +0000 (13:22 -0400)
--HG--
branch : 1.7

aix.c

diff --git a/aix.c b/aix.c
index 215c6e30d7259b3a33a06d99a36c30981be03894..2b0d5b24fc544e78b62a73aa14f7ae9f05fbe2ce 100644 (file)
--- 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;