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

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

31 * Spray a server with packets
32 * Useful for testing flakiness of network interfaces
33 */
34
35#ifndef RPC_HDR
36%#ifndef lint
37%/*static char sccsid[] = "from: @(#)spray.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
38%/*static char sccsid[] = "from: @(#)spray.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 *

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

31 * Spray a server with packets
32 * Useful for testing flakiness of network interfaces
33 */
34
35#ifndef RPC_HDR
36%#ifndef lint
37%/*static char sccsid[] = "from: @(#)spray.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
38%/*static char sccsid[] = "from: @(#)spray.x 2.1 88/08/01 4.0 RPCSRC";*/
39%static const char rcsid[] =
40% "$FreeBSD: head/include/rpcsvc/spray.x 50473 1999-08-27 23:45:13Z peter $";
41%#endif /* not lint */
39%#endif /* not lint */
40%#include <sys/cdefs.h>
41%__FBSDID("$FreeBSD: head/include/rpcsvc/spray.x 114629 2003-05-04 02:51:42Z obrien $");
42#endif
43
44const SPRAYMAX = 8845; /* max amount can spray */
45
46/*
47 * GMT since 0:00, 1 January 1970
48 */
49struct spraytimeval {

--- 41 unchanged lines hidden ---
42#endif
43
44const SPRAYMAX = 8845; /* max amount can spray */
45
46/*
47 * GMT since 0:00, 1 January 1970
48 */
49struct spraytimeval {

--- 41 unchanged lines hidden ---