diff options
Diffstat (limited to 'usr/src/lib/libtsnet/common/tnrh.c')
| -rw-r--r-- | usr/src/lib/libtsnet/common/tnrh.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/usr/src/lib/libtsnet/common/tnrh.c b/usr/src/lib/libtsnet/common/tnrh.c index 3213005cc9..95221376c0 100644 --- a/usr/src/lib/libtsnet/common/tnrh.c +++ b/usr/src/lib/libtsnet/common/tnrh.c @@ -18,18 +18,18 @@ * * CDDL HEADER END */ + /* - * 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" -#include "synonyms.h" -#include <sys/types.h> -#include <sys/syscall.h> -#include <libtsnet.h> -#include <sys/tsol/tsyscall.h> +#include <sys/types.h> +#include <sys/syscall.h> +#include <libtsnet.h> +#include <sys/tsol/tsyscall.h> /* * tnrh(2TSOL) - manipulate kernel trusted network remote hosts cache @@ -37,10 +37,6 @@ * This is the library interface to the system call. */ -#ifdef __STDC__ -#pragma weak tnrh = _tnrh -#endif - int tnrh(int cmd, tsol_rhent_t *buf) { |
