2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
14 #if defined(AFS_AIX41_ENV) && !defined(AFS_AIX51_ENV)
15 #include <sys/types.h>
16 #include <sys/param.h>
22 #include <sys/socket.h>
27 #include <afs/kauth.h>
28 #include <afs/kautils.h>
30 #include "aix_ident_prototypes.h"
33 afs_getgrset(char *userName
)
45 afs_getgrnam(char *name
)
57 afs_getpwuid(char *name
)
62 #endif /* AFS_AIX41_ENV && !AFS_AIX51_ENV */