2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/lib/tftpDriver.c: Add __attribute__((unused)) to
	  unused function args.
This commit is contained in:
Ralf Corsepius
2009-01-03 08:31:01 +00:00
parent 97b3d57038
commit 17a5a30afa

View File

@@ -1,5 +1,7 @@
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: Add __attribute__((unused)) to
unused function args.
* libnetworking/lib/tftpDriver.c: Use INADDR_ANY/INADDR_BROADCAST.
* libnetworking/netinet/in.h: Add in_addr_t.
Re-base "struct in_addr" on in_addr_t (mandated by POSIX).