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:
Ralf Corsepius
2007-03-28 04:48:14 +00:00
parent d506dffaeb
commit 5c93ba2b42

View File

@@ -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> 2007-03-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of * libnetworking/rtems/rtems_glue.c: Cast to intptr_t instead of