svid_funcs.c (61961e0f) svid_funcs.c (e8031f0a)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 7 unchanged lines hidden (view full) ---

16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22
23/*
24 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
25 * Use is subject to license terms.
26 */
27
28#pragma ident "%Z%%M% %I% %E% SMI"
29
30/*
31 * These functions are documented in the SVID as being part of libnsl.
32 * They are also defined as macros in various RPC header files. To
33 * ensure that these interfaces exist as functions, we've created this
34 * (we hope unused) file.
35 */
36
25 * Use is subject to license terms.
26 */
27
28#pragma ident "%Z%%M% %I% %E% SMI"
29
30/*
31 * These functions are documented in the SVID as being part of libnsl.
32 * They are also defined as macros in various RPC header files. To
33 * ensure that these interfaces exist as functions, we've created this
34 * (we hope unused) file.
35 */
36
37#include "mt.h"
37#include <rpc/rpc.h>
38#include <sys/types.h>
39#include <synch.h>
40
41#undef auth_destroy
42#undef clnt_call
43#undef clnt_send
44#undef clnt_control

--- 125 unchanged lines hidden ---
38#include <rpc/rpc.h>
39#include <sys/types.h>
40#include <synch.h>
41
42#undef auth_destroy
43#undef clnt_call
44#undef clnt_send
45#undef clnt_control

--- 125 unchanged lines hidden ---