diff options
Diffstat (limited to 'usr/src/lib/libnsl/common/llib-lnsl')
| -rw-r--r-- | usr/src/lib/libnsl/common/llib-lnsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/lib/libnsl/common/llib-lnsl b/usr/src/lib/libnsl/common/llib-lnsl index 889d4bf1fa..2fa879635a 100644 --- a/usr/src/lib/libnsl/common/llib-lnsl +++ b/usr/src/lib/libnsl/common/llib-lnsl @@ -19,16 +19,16 @@ * CDDL HEADER END */ -/* LINTLIBRARY */ -/* PROTOLIB1 */ - /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" +/* LINTLIBRARY */ +/* PROTOLIB1 */ + #include <sys/types.h> #include <thread.h> #include <synch.h> @@ -544,7 +544,7 @@ int t_sndrel(int); int t_sndudata(int, struct t_unitdata *); /* t_strerror.c */ -char *_t_strerror(int); +char *t_strerror(int); /* t_sync.c */ int t_sync(int); |
