summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/clnt_perror.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-27 09:35:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-27 09:35:40 +0000
commitd16b2d3548c6308cc4fdcc034c42216f5a936bce (patch)
tree20ecd38afaa43314ca20b90700e6edad35148866 /cpukit/librpc/src/rpc/clnt_perror.c
parent2003-11-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d16b2d3548c6308cc4fdcc034c42216f5a936bce.tar.bz2
2003-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct rtems_rpc_task_variables into struct _rtems_rpc_task_variables (Avoid symbol conflict between struct and variable). struct _rtems_rpc_task_variables *rtems_rpc_task_variables; Reflect changes above. * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c, src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c, src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c: Reflect changes above.
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 720583ba54..a7df29c0dd 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 *)((struct rtems_rpc_task_variables *)rtems_rpc_task_variables)->clnt_perror_buf)
+#define buf ((char *)(rtems_rpc_task_variables)->clnt_perror_buf)
static char *
_buf()