summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 05:33:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 05:33:00 +0000
commit5220ae2f71bd24ceb4863375f037bfb27bf8d80d (patch)
tree4f0fc3609f3430e5159214bafc837ab0ae5570f6 /cpukit/ChangeLog
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5220ae2f71bd24ceb4863375f037bfb27bf8d80d.tar.bz2
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/types.h: Include <rtems/stdint.h>. * librpc/src/rpc/clnt_raw.c, librpc/src/rpc/rpcdname.c, librpc/src/rpc/rtems_portmapper.c, librpc/src/rpc/svc.c, librpc/src/rpc/svc_simple.c: Misc. cast-related fixes. Convert to ANSI.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index be1de65f7e..f5177f217c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * librpc/include/rpc/types.h: Include <rtems/stdint.h>.
+ * librpc/src/rpc/clnt_raw.c, librpc/src/rpc/rpcdname.c,
+ librpc/src/rpc/rtems_portmapper.c, librpc/src/rpc/svc.c,
+ librpc/src/rpc/svc_simple.c: Misc. cast-related fixes.
+ Convert to ANSI.
+
+2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* librpc/include/rpc/rpc.h (struct _rtems_rpc_task_variables):
Use pointers to types instead of void* to avoid casts.
* librpc/src/rpc/clnt_perror.c, librpc/src/rpc/clnt_raw.c,