diff options
Diffstat (limited to 'usr/src/lib/libnsl/rpc/authsys_prot.c')
-rw-r--r-- | usr/src/lib/libnsl/rpc/authsys_prot.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libnsl/rpc/authsys_prot.c b/usr/src/lib/libnsl/rpc/authsys_prot.c index 44e005823c..b1c4c06a6f 100644 --- a/usr/src/lib/libnsl/rpc/authsys_prot.c +++ b/usr/src/lib/libnsl/rpc/authsys_prot.c @@ -21,6 +21,10 @@ */ /* + * Copyright 2014 Nexenta Systems, Inc. All rights reserved. + */ + +/* * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -33,8 +37,6 @@ * California. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * XDR for UNIX style authentication parameters for RPC */ @@ -45,9 +47,6 @@ #include <rpc/auth.h> #include <rpc/auth_sys.h> -extern bool_t xdr_uid_t(XDR *, uid_t *); -extern bool_t xdr_gid_t(XDR *, gid_t *); - /* * XDR for unix authentication parameters. */ |