Deleted Added
full compact
nfs_prot.x (50473) nfs_prot.x (114629)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

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

26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 */
29
30#ifndef RPC_HDR
31%#ifndef lint
32%/*static char sccsid[] = "from: @(#)nfs_prot.x 1.2 87/10/12 Copyr 1987 Sun Micro";*/
33%/*static char sccsid[] = "from: @(#)nfs_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

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

26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 */
29
30#ifndef RPC_HDR
31%#ifndef lint
32%/*static char sccsid[] = "from: @(#)nfs_prot.x 1.2 87/10/12 Copyr 1987 Sun Micro";*/
33%/*static char sccsid[] = "from: @(#)nfs_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
34%static const char rcsid[] =
35% "$FreeBSD: head/include/rpcsvc/nfs_prot.x 50473 1999-08-27 23:45:13Z peter $";
36%#endif /* not lint */
34%#endif /* not lint */
35%#include <sys/cdefs.h>
36%__FBSDID("$FreeBSD: head/include/rpcsvc/nfs_prot.x 114629 2003-05-04 02:51:42Z obrien $");
37#endif
38
39const NFS_PORT = 2049;
40const NFS_MAXDATA = 8192;
41const NFS_MAXPATHLEN = 1024;
42const NFS_MAXNAMLEN = 255;
43const NFS_FHSIZE = 32;
44const NFS_COOKIESIZE = 4;

--- 1222 unchanged lines hidden ---
37#endif
38
39const NFS_PORT = 2049;
40const NFS_MAXDATA = 8192;
41const NFS_MAXPATHLEN = 1024;
42const NFS_MAXNAMLEN = 255;
43const NFS_FHSIZE = 32;
44const NFS_COOKIESIZE = 4;

--- 1222 unchanged lines hidden ---