Deleted Added
full compact
bootparam_prot.x (1832) bootparam_prot.x (6747)
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 *

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

36 * server name, server net address and pathname for the file.
37 * file identifiers typically include root, swap, pub and dump
38 */
39
40#ifdef RPC_HDR
41%#include <rpc/types.h>
42%#include <sys/time.h>
43%#include <sys/errno.h>
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 *

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

36 * server name, server net address and pathname for the file.
37 * file identifiers typically include root, swap, pub and dump
38 */
39
40#ifdef RPC_HDR
41%#include <rpc/types.h>
42%#include <sys/time.h>
43%#include <sys/errno.h>
44%#include <sys/param.h>
45%#include <sys/syslimits.h>
46%#include <sys/ucred.h>
47%#include <nfs/nfsv2.h>
44%#include <nfs/nfs.h>
45#else
46%#ifndef lint
47%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/
48%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
48%#include <nfs/nfs.h>
49#else
50%#ifndef lint
51%/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/
52%/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
49%static char rcsid[] = "$Id: bootparam_prot.x,v 1.1 1993/09/14 17:42:42 jtc Exp $";
53%static char rcsid[] = "bootparam_prot.x,v 1.1 1994/08/04 19:01:44 wollman Exp";
50%#endif /* not lint */
51#endif
52
53const MAX_MACHINE_NAME = 255;
54const MAX_PATH_LEN = 1024;
55const MAX_FILEID = 32;
56const IP_ADDR_TYPE = 1;
57

--- 43 unchanged lines hidden ---
54%#endif /* not lint */
55#endif
56
57const MAX_MACHINE_NAME = 255;
58const MAX_PATH_LEN = 1024;
59const MAX_FILEID = 32;
60const IP_ADDR_TYPE = 1;
61

--- 43 unchanged lines hidden ---