From fd6a994ee7607ce5321d7890d72abc217c9a5b16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 25 May 2005 13:02:40 +0000 Subject: More updates from FreeBSD. --- cpukit/librpc/src/rpc/clnt_perror.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/librpc/src') diff --git a/cpukit/librpc/src/rpc/clnt_perror.c b/cpukit/librpc/src/rpc/clnt_perror.c index d38761d6d5..967f8d1d7c 100644 --- a/cpukit/librpc/src/rpc/clnt_perror.c +++ b/cpukit/librpc/src/rpc/clnt_perror.c @@ -67,7 +67,7 @@ _buf() char * clnt_sperror(rpch, s) CLIENT *rpch; - char *s; + const char *s; { struct rpc_err e; char *err; @@ -142,7 +142,7 @@ clnt_sperror(rpch, s) void clnt_perror(rpch, s) CLIENT *rpch; - char *s; + const char *s; { (void) fprintf(stderr,"%s\n",clnt_sperror(rpch,s)); } @@ -195,7 +195,7 @@ clnt_perrno(num) char * clnt_spcreateerror(s) - char *s; + const char *s; { char *str = _buf(); @@ -225,7 +225,7 @@ clnt_spcreateerror(s) void clnt_pcreateerror(s) - char *s; + const char *s; { (void) fprintf(stderr,"%s\n",clnt_spcreateerror(s)); } -- cgit v1.2.3