diff options
Diffstat (limited to 'usr/src/lib/libnsl/rpc/xdr_array.c')
-rw-r--r-- | usr/src/lib/libnsl/rpc/xdr_array.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/lib/libnsl/rpc/xdr_array.c b/usr/src/lib/libnsl/rpc/xdr_array.c index 735634296c..c3b4508e31 100644 --- a/usr/src/lib/libnsl/rpc/xdr_array.c +++ b/usr/src/lib/libnsl/rpc/xdr_array.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,12 +36,13 @@ #pragma ident "%Z%%M% %I% %E% SMI" /* - * xdr_array.c, Generic XDR routines impelmentation. + * Generic XDR routines impelmentation. * * These are the "non-trivial" xdr primitives used to serialize and de-serialize * arrays. See xdr.h for more info on the interface to xdr. */ +#include "mt.h" #include <sys/types.h> #include <syslog.h> #include <stdio.h> |