summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--cpukit/librpc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/librpc/ChangeLog b/cpukit/librpc/ChangeLog
index 03de3e6b4c..7870483469 100644
--- a/cpukit/librpc/ChangeLog
+++ b/cpukit/librpc/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.