From 22dd335a4d22371e0b6d53ccac93f1a2b050fb0d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 1 Aug 2008 05:40:53 +0000 Subject: Fix oversight in previous patch. --- cpukit/librpc/include/rpc/pmap_clnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/librpc/include') diff --git a/cpukit/librpc/include/rpc/pmap_clnt.h b/cpukit/librpc/include/rpc/pmap_clnt.h index 0eca2bbe2b..379bb46489 100644 --- a/cpukit/librpc/include/rpc/pmap_clnt.h +++ b/cpukit/librpc/include/rpc/pmap_clnt.h @@ -65,7 +65,7 @@ #include __BEGIN_DECLS -extern bool_t pmap_set (u_long, u_long, int, int)); +extern bool_t pmap_set (u_long, u_long, int, int); extern bool_t pmap_unset (u_long, u_long); extern struct pmaplist *pmap_getmaps (struct sockaddr_in *); extern enum clnt_stat pmap_rmtcall (struct sockaddr_in *, -- cgit v1.2.3