From d16b2d3548c6308cc4fdcc034c42216f5a936bce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Nov 2003 09:35:40 +0000 Subject: 2003-11-27 Ralf Corsepius * 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. --- cpukit/librpc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'cpukit/librpc/ChangeLog') 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 + + * 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 * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS. -- cgit v1.2.3