summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-27 04:01:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-27 04:01:06 +0000
commit0b8e8274c745308d847456cd088331a4c12167b2 (patch)
tree21fcd4fc821715203fff45f9343f4c678afd3a65 /cpukit/ChangeLog
parentAdd HAVE_STRINGS_H for better POSIX compliance. (diff)
downloadrtems-0b8e8274c745308d847456cd088331a4c12167b2.tar.bz2
2010-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/gethostbydns.c, libnetworking/libc/gethostbyht.c, libnetworking/libc/gethostnamadr.c, libnetworking/libc/getnetbyht.c, libnetworking/libc/linkaddr.c, libnetworking/libc/ns_print.c, libnetworking/libc/res_debug.c, libnetworking/libc/res_query.c, libnetworking/libc/res_send.c, libnetworking/libc/res_update.c: Add HAVE_STRINGS_H for better POSIX compliance.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e2a0f787c7..764110656c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,14 @@
2010-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/libc/gethostbydns.c, libnetworking/libc/gethostbyht.c,
+ libnetworking/libc/gethostnamadr.c, libnetworking/libc/getnetbyht.c,
+ libnetworking/libc/linkaddr.c, libnetworking/libc/ns_print.c,
+ libnetworking/libc/res_debug.c, libnetworking/libc/res_query.c,
+ libnetworking/libc/res_send.c, libnetworking/libc/res_update.c:
+ Add HAVE_STRINGS_H for better POSIX compliance.
+
+2010-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libmisc/monitor/mon-command.c:
Add HAVE_CONFIG_H support to let files receive configure defines.