summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:43:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:43:04 +0000
commitfa768dff928ae2d74c990f91c65cf90ed6df8000 (patch)
treed89f7097ad0a101c781ae6b87cb2e4e99fca11a6 /cpukit/ChangeLog
parent2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fa768dff928ae2d74c990f91c65cf90ed6df8000.tar.bz2
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of "long", because long is not guaranteed to be castable to char*.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b8eddc3371..163ddce216 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of
+ "long", because long is not guaranteed to be castable to char*.
* libnetworking/netinet/ip_input.c: Eliminate __P().
Change "int next" to "int32_t next" for 16bit targets.
* libnetworking/netinet/tcp_input.c: Eliminate __P().