diff options
Diffstat (limited to 'usr.sbin/rpc.lockd/test.c')
-rw-r--r-- | usr.sbin/rpc.lockd/test.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/rpc.lockd/test.c b/usr.sbin/rpc.lockd/test.c index bdcda13ac17..11fb4febdb5 100644 --- a/usr.sbin/rpc.lockd/test.c +++ b/usr.sbin/rpc.lockd/test.c @@ -1,12 +1,7 @@ -/* $OpenBSD: test.c,v 1.4 2003/07/06 21:26:14 deraadt Exp $ */ +/* $OpenBSD: test.c,v 1.5 2009/10/27 23:59:54 deraadt Exp $ */ #include <rpc/rpc.h> #include <rpcsvc/nlm_prot.h> -#ifndef lint -/*static char sccsid[] = "from: @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro";*/ -/*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -static char rcsid[] = "nlm_prot.x,v 1.1 1994/08/04 19:01:48 wollman Exp"; -#endif /* not lint */ /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = {0, 0}; |