2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/libc/gethostbydns.c,
	libnetworking/libc/inet_net_ntop.c,
	libnetworking/libc/inet_pton.c: Eliminate __P.
This commit is contained in:
Ralf Corsepius
2007-05-08 12:44:33 +00:00
parent 678b3b069a
commit f2378101c5

View File

@@ -1,5 +1,8 @@
2007-05-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c,
libnetworking/libc/inet_net_ntop.c,
libnetworking/libc/inet_pton.c: Eliminate __P.
* librpc/src/rpc/rtime.c: Use uint32_t instead of unsigned long for
return value of ntohl (POSIX requirement).
Use UINT32_C macros to avoid overflows on 16bit targets.