summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-03-02 13:01:07 +0100
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-03-02 13:03:35 +0100
commit7f2036aa35f8055c0a2f775779cc512ae4293faa (patch)
tree1018d7688fbad94f374f73b12634738d3962046c /cpukit/ChangeLog
parent2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7f2036aa35f8055c0a2f775779cc512ae4293faa.tar.bz2
2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/resolv.h: Partial sync with FreeBSD. Add decls for res_send_setqhook, res_send_setrhook.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bebed7c7f5..5c8e2b13c4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/resolv.h: Partial sync with FreeBSD.
+ Add decls for res_send_setqhook, res_send_setrhook.
+
+2012-03-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Check for rcmd in unistd.h.
* libnetworking/libc/rcmd.c: Build iff rcmd is declared in unistd.h.
Change rcmd's decl to match with Linux/FreeBSD's decl.