Deleted Added
full compact
test.c (30376) test.c (50479)
1
2#ifndef lint
3static const char rcsid[] =
1
2#ifndef lint
3static const char rcsid[] =
4 "$Id$";
4 "$FreeBSD: head/usr.sbin/rpc.statd/test.c 50479 1999-08-28 01:35:59Z peter $";
5#endif /* not lint */
6
7#include <stdio.h>
8#include <rpc/rpc.h>
9#include <rpcsvc/sm_inter.h>
10
11
12/* Default timeout can be changed using clnt_control() */

--- 132 unchanged lines hidden ---
5#endif /* not lint */
6
7#include <stdio.h>
8#include <rpc/rpc.h>
9#include <rpcsvc/sm_inter.h>
10
11
12/* Default timeout can be changed using clnt_control() */

--- 132 unchanged lines hidden ---