Deleted Added
full compact
mount.x (50473) mount.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 *

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

30/*
31 * Protocol description for the mount program
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)mount.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 *

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

30/*
31 * Protocol description for the mount program
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)mount.x 2.1 88/08/01 4.0 RPCSRC";*/
38%static const char rcsid[] =
39% "$FreeBSD: head/include/rpcsvc/mount.x 50473 1999-08-27 23:45:13Z peter $";
40%#endif /* not lint */
38%#endif /* not lint */
39%#include <sys/cdefs.h>
40%__FBSDID("$FreeBSD: head/include/rpcsvc/mount.x 114629 2003-05-04 02:51:42Z obrien $");
41#endif
42
43const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
44const MNTNAMLEN = 255; /* maximum bytes in a name argument */
45const FHSIZE = 32; /* size in bytes of a file handle */
46#ifdef WANT_NFS3
47const FHSIZE3 = 64; /* size in bytes of a file handle (v3) */
48#endif

--- 209 unchanged lines hidden ---
41#endif
42
43const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */
44const MNTNAMLEN = 255; /* maximum bytes in a name argument */
45const FHSIZE = 32; /* size in bytes of a file handle */
46#ifdef WANT_NFS3
47const FHSIZE3 = 64; /* size in bytes of a file handle (v3) */
48#endif

--- 209 unchanged lines hidden ---