Deleted Added
full compact
rex.x (1832) rex.x (21673)
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 * Remote execution (rex) protocol specification
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)rex.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 * Remote execution (rex) protocol specification
32 */
33
34#ifndef RPC_HDR
35%#ifndef lint
36%/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/
37%/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/
38%static char rcsid[] = "$Id: rex.x,v 1.1 1993/09/14 17:42:46 jtc Exp $";
38%static char rcsid[] = "$FreeBSD: head/include/rpcsvc/rex.x 21673 1997-01-14 07:20:47Z jkh $";
39%#endif /* not lint */
40#endif
41
42const STRINGSIZE = 1024;
43typedef string rexstring<1024>;
44
45/*
46 * values to pass to REXPROC_SIGNAL

--- 188 unchanged lines hidden ---
39%#endif /* not lint */
40#endif
41
42const STRINGSIZE = 1024;
43typedef string rexstring<1024>;
44
45/*
46 * values to pass to REXPROC_SIGNAL

--- 188 unchanged lines hidden ---