summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/clnt_perror.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/src/rpc/clnt_perror.c')
-rw-r--r--cpukit/librpc/src/rpc/clnt_perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/src/rpc/clnt_perror.c b/cpukit/librpc/src/rpc/clnt_perror.c
index a7df29c0dd..d38761d6d5 100644
--- a/cpukit/librpc/src/rpc/clnt_perror.c
+++ b/cpukit/librpc/src/rpc/clnt_perror.c
@@ -50,7 +50,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/rpc/clnt_perror.c,v 1.11 1999/08/28
static char *auth_errmsg();
#define CLNT_PERROR_BUFLEN 256
-#define buf ((char *)(rtems_rpc_task_variables)->clnt_perror_buf)
+#define buf (rtems_rpc_task_variables->clnt_perror_buf)
static char *
_buf()