summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 16:38:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-16 16:38:15 +0000
commite252c387c300868386da977e4c6c507c62c2753d (patch)
treeb2021f16c2a9ef6841301c5f78db2ce6b0e400d9 /cpukit
parentCosmetic updates from FreeBSD. (diff)
downloadrtems-e252c387c300868386da977e4c6c507c62c2753d.tar.bz2
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.
Diffstat (limited to 'cpukit')
-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().