xref: /netbsd-src/external/bsd/am-utils/dist/amd/ops_nfs4.c (revision 8bae5d409deb915cf7c8f0539fae22ff2cb8a313)
1*8bae5d40Schristos /*	$NetBSD: ops_nfs4.c,v 1.1.1.1 2015/01/17 16:34:15 christos Exp $	*/
2*8bae5d40Schristos 
3*8bae5d40Schristos /*
4*8bae5d40Schristos  * Copyright (c) 1997-2014 Erez Zadok
5*8bae5d40Schristos  * Copyright (c) 1990 Jan-Simon Pendry
6*8bae5d40Schristos  * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
7*8bae5d40Schristos  * Copyright (c) 1990 The Regents of the University of California.
8*8bae5d40Schristos  * All rights reserved.
9*8bae5d40Schristos  *
10*8bae5d40Schristos  * This code is derived from software contributed to Berkeley by
11*8bae5d40Schristos  * Jan-Simon Pendry at Imperial College, London.
12*8bae5d40Schristos  *
13*8bae5d40Schristos  * Redistribution and use in source and binary forms, with or without
14*8bae5d40Schristos  * modification, are permitted provided that the following conditions
15*8bae5d40Schristos  * are met:
16*8bae5d40Schristos  * 1. Redistributions of source code must retain the above copyright
17*8bae5d40Schristos  *    notice, this list of conditions and the following disclaimer.
18*8bae5d40Schristos  * 2. Redistributions in binary form must reproduce the above copyright
19*8bae5d40Schristos  *    notice, this list of conditions and the following disclaimer in the
20*8bae5d40Schristos  *    documentation and/or other materials provided with the distribution.
21*8bae5d40Schristos  * 3. Neither the name of the University nor the names of its contributors
22*8bae5d40Schristos  *    may be used to endorse or promote products derived from this software
23*8bae5d40Schristos  *    without specific prior written permission.
24*8bae5d40Schristos  *
25*8bae5d40Schristos  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
26*8bae5d40Schristos  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27*8bae5d40Schristos  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
28*8bae5d40Schristos  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29*8bae5d40Schristos  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30*8bae5d40Schristos  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31*8bae5d40Schristos  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32*8bae5d40Schristos  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33*8bae5d40Schristos  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34*8bae5d40Schristos  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35*8bae5d40Schristos  * SUCH DAMAGE.
36*8bae5d40Schristos  *
37*8bae5d40Schristos  *
38*8bae5d40Schristos  * File: am-utils/amd/ops_nfs4.c
39*8bae5d40Schristos  *
40*8bae5d40Schristos  */
41*8bae5d40Schristos 
42*8bae5d40Schristos /*
43*8bae5d40Schristos  * Network file system version 4.0
44*8bae5d40Schristos  */
45*8bae5d40Schristos 
46*8bae5d40Schristos #ifdef HAVE_CONFIG_H
47*8bae5d40Schristos # include <config.h>
48*8bae5d40Schristos #endif /* HAVE_CONFIG_H */
49*8bae5d40Schristos #include <am_defs.h>
50*8bae5d40Schristos #include <amd.h>
51*8bae5d40Schristos 
52*8bae5d40Schristos /* FEEL FREE TO IMPLEMENT THIS... :-) */
53