Remove stray clnt_perror().

This commit is contained in:
Ralf Corsepius
2008-08-01 15:51:19 +00:00
parent 8f926f1341
commit 08ef2dd09c

View File

@@ -51,8 +51,6 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/pmap_clnt.c,v 1.11 2000/01/27 2
static struct timeval timeout = { 5, 0 };
static struct timeval tottimeout = { 60, 0 };
void clnt_perror();
#ifndef PORTMAPSOCK
#define PORTMAPSOCK "/var/run/portmapsock"
#endif