summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-04 19:46:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-04 19:46:13 +0000
commitdc112f3f4162d875078ddcbdcacd98e82c66862b (patch)
tree6184ce7b1b7e791fd7cb2550a9f6811639147459 /cpukit/ChangeLog
parent2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-dc112f3f4162d875078ddcbdcacd98e82c66862b.tar.bz2
2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1265/cpukit * score/include/rtems/score/object.h, score/src/objectallocatebyindex.c: Rename index argument to avoid warning when rtems.h and string.h are included at the same time by user code.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c7e41721a0..1c95b4cee8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1265/cpukit
+ * score/include/rtems/score/object.h,
+ score/src/objectallocatebyindex.c: Rename index argument to avoid
+ warning when rtems.h and string.h are included at the same time by
+ user code.
+
2008-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/lib/tftpDriver.c: Add prototypes.