rex.x (9524e274b5484ac8b43bacd90d4029183ccf6476) rex.x (5b31cc94b10d4bb7109c6b27940a0fc76a44a331)
1/*-
2 * Copyright (c) 2010, Oracle America, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * * Redistributions of source code must retain the above copyright

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

28 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32/*
33 * Remote execution (rex) protocol specification
34 */
35
1/*-
2 * Copyright (c) 2010, Oracle America, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met:
7 *
8 * * Redistributions of source code must retain the above copyright

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

28 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32/*
33 * Remote execution (rex) protocol specification
34 */
35
36#ifndef RPC_HDR
37%#ifndef lint
38%/*static char sccsid[] = "from: @(#)rex.x 1.3 87/09/18 Copyr 1987 Sun Micro";*/
39%/*static char sccsid[] = "from: @(#)rex.x 2.1 88/08/01 4.0 RPCSRC";*/
40%#endif /* not lint */
41%#include <sys/cdefs.h>
42#endif
43
44const STRINGSIZE = 1024;
45typedef string rexstring<1024>;
46
47/*
48 * values to pass to REXPROC_SIGNAL
49 */
50const SIGINT = 2; /* interrupt */
51

--- 185 unchanged lines hidden ---
36const STRINGSIZE = 1024;
37typedef string rexstring<1024>;
38
39/*
40 * values to pass to REXPROC_SIGNAL
41 */
42const SIGINT = 2; /* interrupt */
43

--- 185 unchanged lines hidden ---