diff options
author | 2002-08-29 22:47:15 +0000 | |
---|---|---|
committer | 2002-08-29 22:47:15 +0000 | |
commit | 984c3dc2e0ad57372f8f2a317b3f556afbb660c7 (patch) | |
tree | 845a90b8517464c638b87fd249572a466e5620c3 /lib/libc | |
parent | fix a little display bug when editing a file with binary characters, columns (diff) | |
download | wireguard-openbsd-984c3dc2e0ad57372f8f2a317b3f556afbb660c7.tar.xz wireguard-openbsd-984c3dc2e0ad57372f8f2a317b3f556afbb660c7.zip |
clean; gwyllion@ace.ulyssis.org
Diffstat (limited to 'lib/libc')
-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 }; |