summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:48:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-28 04:48:14 +0000
commit5c93ba2b4209f51fff27e913aa93c25a5df73be7 (patch)
tree6f0261bedc76e890c5e04df6255a7583640a7c47 /cpukit/ChangeLog
parentReflect changes to sys/protosw.h. (diff)
downloadrtems-5c93ba2b4209f51fff27e913aa93c25a5df73be7.tar.bz2
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/sys/protosw.h (pr_usrreqs.pru_attach, pr_usrreqs.pru_control, pr_usrreqs.pru_rcvd, pr_usrreqs.pru_rcvoob): Change int args to intptr_t because they are casted to pointers. * libnetworking/netinet/tcp_usrreq.c, libnetworking/kern/uipc_socket2.c: Reflect changes to sys/protosw.h.
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 163ddce216..bb833ac339 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/sys/protosw.h (pr_usrreqs.pru_attach,
+ pr_usrreqs.pru_control, pr_usrreqs.pru_rcvd, pr_usrreqs.pru_rcvoob):
+ Change int args to intptr_t because they are casted to pointers.
+ * libnetworking/netinet/tcp_usrreq.c,
+ libnetworking/kern/uipc_socket2.c: Reflect changes to sys/protosw.h.
+
+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().