summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 15:53:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-20 15:53:52 +0000
commit845f170ab55d40a8477f3f7beb48debaeec533a6 (patch)
tree7eaf443e3be74fa1294e796d4abebc9bcff47235 /cpukit/libnetworking/ChangeLog
parent2002-08-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-845f170ab55d40a8477f3f7beb48debaeec533a6.tar.bz2
2002-08-20 Eric Norum <eric.norum@usask.ca>
* rtems/rtems_glue.c: Per PR270, the BSD network code expects that the value of the number of seconds since boot is non-zero. The RTEMS network initialization code assures this by waiting for a second. A more efficient technique is to simply wait until the number of seconds since boot is non-zero.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 1ff9b97737..fb489465af 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-20 Eric Norum <eric.norum@usask.ca>
+
+ * rtems/rtems_glue.c: Per PR270, the BSD network code expects that
+ the value of the number of seconds since boot is non-zero. The
+ RTEMS network initialization code assures this by waiting for a
+ second. A more efficient technique is to simply wait until the
+ number of seconds since boot is non-zero.
+
2002-08-09 Joel Sherrill <joel@OARcorp.com>
* libc/getservent.c: Per PR265, add #include <netinet/in.h> for