diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-29 22:47:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-29 22:47:16 +0000 |
commit | e0a0ea4ece3adaab1f643228fffbf1f67c6f46c0 (patch) | |
tree | ff2a40dca974cc27429564093a5562afe8c65999 /lib/libc/rpc/pmap_clnt.c | |
parent | 46d36efa23a6ebd50d223b24b28ff0e3f838b78e (diff) |
clean; gwyllion@ace.ulyssis.org
Diffstat (limited to 'lib/libc/rpc/pmap_clnt.c')
-rw-r--r-- | lib/libc/rpc/pmap_clnt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/rpc/pmap_clnt.c b/lib/libc/rpc/pmap_clnt.c index efbb882b245..f7df2520434 100644 --- a/lib/libc/rpc/pmap_clnt.c +++ b/lib/libc/rpc/pmap_clnt.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.11 2002/08/22 23:03:11 deraadt Exp $"; +static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.12 2002/08/29 22:47:15 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -43,7 +43,6 @@ static char *rcsid = "$OpenBSD: pmap_clnt.c,v 1.11 2002/08/22 23:03:11 deraadt E #include <rpc/rpc.h> #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> -#include <rpc/pmap_clnt.h> static struct timeval timeout = { 5, 0 }; static struct timeval tottimeout = { 60, 0 }; |