forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user