Deleted Added
full compact
nfsstats.h (74384) nfsstats.h (75631)
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
1/*
2 * Copyright (c) 1989, 1993, 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Rick Macklem at The University of Guelph.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * @(#)nfs.h 8.4 (Berkeley) 5/1/95
37 * $FreeBSD: head/sys/nfsclient/nfsstats.h 74384 2001-03-17 09:31:06Z peter $
37 * $FreeBSD: head/sys/nfsclient/nfsstats.h 75631 2001-04-17 20:45:23Z alfred $
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef _KERNEL
44#include "opt_nfs.h"
45#endif

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

269 */
270#define NFSSVC_BIOD 0x002
271#define NFSSVC_NFSD 0x004
272#define NFSSVC_ADDSOCK 0x008
273#define NFSSVC_AUTHIN 0x010
274#define NFSSVC_GOTAUTH 0x040
275#define NFSSVC_AUTHINFAIL 0x080
276#define NFSSVC_MNTD 0x100
38 */
39
40#ifndef _NFS_NFS_H_
41#define _NFS_NFS_H_
42
43#ifdef _KERNEL
44#include "opt_nfs.h"
45#endif

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

269 */
270#define NFSSVC_BIOD 0x002
271#define NFSSVC_NFSD 0x004
272#define NFSSVC_ADDSOCK 0x008
273#define NFSSVC_AUTHIN 0x010
274#define NFSSVC_GOTAUTH 0x040
275#define NFSSVC_AUTHINFAIL 0x080
276#define NFSSVC_MNTD 0x100
277#define NFSSVC_LOCKDANS 0x200
277
278/*
279 * fs.nfs sysctl(3) identifiers
280 */
281#define NFS_NFSSTATS 1 /* struct: struct nfsstats */
282#define NFS_NFSPRIVPORT 2 /* int: prohibit nfs to resvports */
283
284#define FS_NFS_NAMES { \

--- 442 unchanged lines hidden ---
278
279/*
280 * fs.nfs sysctl(3) identifiers
281 */
282#define NFS_NFSSTATS 1 /* struct: struct nfsstats */
283#define NFS_NFSPRIVPORT 2 /* int: prohibit nfs to resvports */
284
285#define FS_NFS_NAMES { \

--- 442 unchanged lines hidden ---