summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:28:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-03 08:28:11 +0000
commit97b3d57038c9b6ab3dbb47a23fcc1fc1d227eb4e (patch)
tree6c4a2e21a518f1501020becae7337335c10f9920 /cpukit/ChangeLog
parentUse INADDR_ANY/INADDR_BROADCAST. (diff)
downloadrtems-97b3d57038c9b6ab3dbb47a23fcc1fc1d227eb4e.tar.bz2
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: Use INADDR_ANY/INADDR_BROADCAST.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index cda2609cd6..96b9ebc3f4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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).
* libnetworking/netinet/in.h: Remove struct ip_opts (unused).