diff options
author | gww <gary.winiger@oracle.com> | 2010-07-07 16:44:54 -0700 |
---|---|---|
committer | gww <gary.winiger@oracle.com> | 2010-07-07 16:44:54 -0700 |
commit | 07925104db56e5c3eacc4865b918bd16af5cec59 (patch) | |
tree | 3cdb281edd4080184ccb9616043abd948e492a18 /usr/src/cmd/nscd/cache.h | |
parent | 448bf8594153765bb5fce82a8888e01e3f6c3bad (diff) | |
download | illumos-joyent-07925104db56e5c3eacc4865b918bd16af5cec59.tar.gz |
PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)
6914742 remove audit_user phase 1 PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)
Diffstat (limited to 'usr/src/cmd/nscd/cache.h')
-rw-r--r-- | usr/src/cmd/nscd/cache.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/nscd/cache.h b/usr/src/cmd/nscd/cache.h index 752c94fd37..8618d12763 100644 --- a/usr/src/cmd/nscd/cache.h +++ b/usr/src/cmd/nscd/cache.h @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved. */ #ifndef _NSCD_H @@ -303,7 +302,7 @@ typedef struct nsc_lookup_args { size_t bufsize; } nsc_lookup_args_t; -#define CACHE_CTX_COUNT 20 +#define CACHE_CTX_COUNT 19 /* Context initialization */ extern void passwd_init_ctx(nsc_ctx_t *); @@ -318,7 +317,6 @@ extern void rpc_init_ctx(nsc_ctx_t *); extern void proto_init_ctx(nsc_ctx_t *); extern void net_init_ctx(nsc_ctx_t *); extern void bootp_init_ctx(nsc_ctx_t *); -extern void auuser_init_ctx(nsc_ctx_t *); extern void auth_init_ctx(nsc_ctx_t *); extern void serv_init_ctx(nsc_ctx_t *); extern void netmask_init_ctx(nsc_ctx_t *); |