From: Derrick Brashear Date: Thu, 28 Jun 2001 08:06:59 +0000 (+0000) Subject: userok-needs-prototype-for-aix-20010628 X-Git-Tag: openafs-stable-1_1_0~79 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cc4f5ee37893f72de1a264ec481bc93939828bd7;p=packages%2Fo%2Fopenafs.git userok-needs-prototype-for-aix-20010628 default of int for lacking forwarding decl pisses off aix --- diff --git a/src/auth/userok.c b/src/auth/userok.c index 71595de3c..86ba5049c 100644 --- a/src/auth/userok.c +++ b/src/auth/userok.c @@ -53,6 +53,7 @@ #include "keys.h" #include "afs/audit.h" +afs_int32 afsconf_SuperUser(); #if !defined(UKERNEL) int afsconf_CheckAuth(adir, acall)