summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dada5a49f4..d04a2cbcd0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/libc/gethostbydns.c, libnetworking/libc/linkaddr.c,
+ libnetworking/libc/map_v4v6.c: Cosmetic updates from FreeBSD.
+ Eliminate bcopy in favor of memcpy.
+
+2006-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libnetworking/rtems/rtems_bsdnet_internal.h: Add timeout() define.
* libnetworking/rtems/rtems_glue.c: Rename timeout() into
rtems_bsdnet_timeout().