summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/pmap_clnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/pmap_clnt.c')
-rw-r--r--cpukit/librpc/src/rpc/pmap_clnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/librpc/src/rpc/pmap_clnt.c b/cpukit/librpc/src/rpc/pmap_clnt.c
index b9f3550b0b..5801006939 100644
--- a/cpukit/librpc/src/rpc/pmap_clnt.c
+++ b/cpukit/librpc/src/rpc/pmap_clnt.c
@@ -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