diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 163ddce216..bb833ac339 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2007-03-28 Ralf Corsépius + + * 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 * libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of