1*5655Sth199096/* 2*5655Sth199096 * CDDL HEADER START 3*5655Sth199096 * 4*5655Sth199096 * The contents of this file are subject to the terms of the 5*5655Sth199096 * Common Development and Distribution License (the "License"). 6*5655Sth199096 * You may not use this file except in compliance with the License. 7*5655Sth199096 * 8*5655Sth199096 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*5655Sth199096 * or http://www.opensolaris.org/os/licensing. 10*5655Sth199096 * See the License for the specific language governing permissions 11*5655Sth199096 * and limitations under the License. 12*5655Sth199096 * 13*5655Sth199096 * When distributing Covered Code, include this CDDL HEADER in each 14*5655Sth199096 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*5655Sth199096 * If applicable, add the following below this CDDL HEADER, with the 16*5655Sth199096 * fields enclosed by brackets "[]" replaced with your own identifying 17*5655Sth199096 * information: Portions Copyright [yyyy] [name of copyright owner] 18*5655Sth199096 * 19*5655Sth199096 * CDDL HEADER END 20*5655Sth199096 */ 21*5655Sth199096 22*5655Sth199096/* 23*5655Sth199096 * Copyright 2007 Sun Microsystems, Inc. All rights reserved. 24*5655Sth199096 * Use is subject to license terms. 25*5655Sth199096 */ 26*5655Sth199096 27*5655Sth199096#pragma ident "%Z%%M% %I% %E% SMI" 28*5655Sth199096 29*5655Sth199096/* LINTLIBRARY */ 30*5655Sth199096/* PROTOLIB1 */ 31*5655Sth199096 32*5655Sth199096#include <rpcsvc/autofs_prot.h> 33*5655Sth199096#include <rpcsvc/bootparam_prot.h> 34*5655Sth199096#include <rpcsvc/mount.h> 35*5655Sth199096#include <rpcsvc/nfs4_prot.h> 36*5655Sth199096#include <rpcsvc/nlm_prot.h> 37*5655Sth199096#include <rpcsvc/rpc_sztypes.h> 38*5655Sth199096#include <rpcsvc/rstat.h> 39*5655Sth199096#include <rpcsvc/ufs_prot.h> 40*5655Sth199096 41*5655Sth199096extern int __clnt_bindresvport(CLIENT *); 42*5655Sth199096 43