diff options
Diffstat (limited to 'usr/src/lib/libnsl/rpc/authsys_prot.c')
-rw-r--r-- | usr/src/lib/libnsl/rpc/authsys_prot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libnsl/rpc/authsys_prot.c b/usr/src/lib/libnsl/rpc/authsys_prot.c index 5b86879f1c..44e005823c 100644 --- a/usr/src/lib/libnsl/rpc/authsys_prot.c +++ b/usr/src/lib/libnsl/rpc/authsys_prot.c @@ -21,9 +21,10 @@ */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ + /* Copyright (c) 1983, 1984, 1985, 1986, 1987, 1988, 1989 AT&T */ /* All Rights Reserved */ /* @@ -35,10 +36,10 @@ #pragma ident "%Z%%M% %I% %E% SMI" /* - * authsys_prot.c * XDR for UNIX style authentication parameters for RPC */ +#include "mt.h" #include <rpc/types.h> #include <rpc/xdr.h> #include <rpc/auth.h> |