diff options
Diffstat (limited to 'usr/src/lib/libtsnet/common/tnrhtp.c')
| -rw-r--r-- | usr/src/lib/libtsnet/common/tnrhtp.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/usr/src/lib/libtsnet/common/tnrhtp.c b/usr/src/lib/libtsnet/common/tnrhtp.c index 9591b6ad60..40467695ad 100644 --- a/usr/src/lib/libtsnet/common/tnrhtp.c +++ b/usr/src/lib/libtsnet/common/tnrhtp.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> /* * tnrhtp(2TSOL) - manipulate kernel trusted network remote host @@ -38,10 +38,6 @@ * This is the library interface to the system call. */ -#ifdef __STDC__ -#pragma weak tnrhtp = _tnrhtp -#endif - int tnrhtp(int cmd, tsol_tpent_t *buf) { |
