]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
userok-needs-prototype-for-aix-20010628
authorDerrick Brashear <shadow@dementia.org>
Thu, 28 Jun 2001 08:06:59 +0000 (08:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 28 Jun 2001 08:06:59 +0000 (08:06 +0000)
default of int for lacking forwarding decl pisses off aix

src/auth/userok.c

index 71595de3cb71a4245e2beaa0e663509373937035..86ba5049c7a70c0d1cef7e0d2e916cc8209cf01e 100644 (file)
@@ -53,6 +53,7 @@
 #include "keys.h"
 #include "afs/audit.h"
 
+afs_int32 afsconf_SuperUser();
 
 #if !defined(UKERNEL)
 int afsconf_CheckAuth(adir, acall)