Deleted Added
full compact
nfsv2.h (38452) nfsv2.h (59853)
1/* $FreeBSD: head/lib/libstand/nfsv2.h 59853 2000-05-01 15:03:52Z ps $
1/* $NetBSD: nfsv2.h,v 1.2 1996/02/26 23:05:23 gwr Exp $ */
2
3/*
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Rick Macklem at The University of Guelph.

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

54#define NFS_MAXDATA 32768
55#define NFS_MAXPATHLEN 1024
56#define NFS_MAXNAMLEN 255
57#define NFS_FHSIZE 32
58#define NFS_MAXPKTHDR 404
59#define NFS_MAXPACKET (NFS_MAXPKTHDR+NFS_MAXDATA)
60#define NFS_MINPACKET 20
61#define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */
2/* $NetBSD: nfsv2.h,v 1.2 1996/02/26 23:05:23 gwr Exp $ */
3
4/*
5 * Copyright (c) 1989, 1993
6 * The Regents of the University of California. All rights reserved.
7 *
8 * This code is derived from software contributed to Berkeley by
9 * Rick Macklem at The University of Guelph.

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

55#define NFS_MAXDATA 32768
56#define NFS_MAXPATHLEN 1024
57#define NFS_MAXNAMLEN 255
58#define NFS_FHSIZE 32
59#define NFS_MAXPKTHDR 404
60#define NFS_MAXPACKET (NFS_MAXPKTHDR+NFS_MAXDATA)
61#define NFS_MINPACKET 20
62#define NFS_FABLKSIZE 512 /* Size in bytes of a block wrt fa_blocks */
63#define NFS_READDIRSIZE 1024
62
63/* Stat numbers for rpc returns */
64#define NFS_OK 0
65#define NFSERR_PERM 1
66#define NFSERR_NOENT 2
67#define NFSERR_IO 5
68#define NFSERR_NXIO 6
69#define NFSERR_ACCES 13

--- 97 unchanged lines hidden ---
64
65/* Stat numbers for rpc returns */
66#define NFS_OK 0
67#define NFSERR_PERM 1
68#define NFSERR_NOENT 2
69#define NFSERR_IO 5
70#define NFSERR_NXIO 6
71#define NFSERR_ACCES 13

--- 97 unchanged lines hidden ---