Deleted Added
full compact
test.c (14981) test.c (30376)
1#include <rpc/rpc.h>
2#include <rpcsvc/nlm_prot.h>
3#ifndef lint
1#ifndef lint
4/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/
5/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/
6static char rcsid[] = "nlm_prot.x,v 1.1 1994/08/04 19:01:48 wollman Exp";
2#if 0
3static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";
4static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";
5#endif
6static const char rcsid[] =
7 "$Id$";
7#endif /* not lint */
8
8#endif /* not lint */
9
10#include <rpc/rpc.h>
11#include <rpcsvc/nlm_prot.h>
12
9/* Default timeout can be changed using clnt_control() */
10static struct timeval TIMEOUT = { 0, 0 };
11
12nlm_testres *
13nlm_test_1(argp, clnt)
14 struct nlm_testargs *argp;
15 CLIENT *clnt;
16{

--- 346 unchanged lines hidden ---
13/* Default timeout can be changed using clnt_control() */
14static struct timeval TIMEOUT = { 0, 0 };
15
16nlm_testres *
17nlm_test_1(argp, clnt)
18 struct nlm_testargs *argp;
19 CLIENT *clnt;
20{

--- 346 unchanged lines hidden ---