summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-07 06:46:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-07 06:46:19 +0000
commit5876a999023ea9b34cc895757def9506bc903a84 (patch)
tree54970482fd97d4969bbae2528603b60b65d94c8d /cpukit/ChangeLog
parent2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5876a999023ea9b34cc895757def9506bc903a84.tar.bz2
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/ns_parse.c (ns_parserr): Comment out if ( section < 0 ) (type is unsigned).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0f4a341fc7..52d6912e83 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libnetworking/libc/ns_parse.c (ns_parserr):
+ Comment out if ( section < 0 ) (type is unsigned).
* libnetworking/libc/gethostbydns.c: Comment out __dns_getanswer
(Unused).