change log for rtems (2010-06-12)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sat Jun 12 18:12:01 UTC 2010
*joel*:
2010-06-12 Joel Sherrill <joel.sherrilL at OARcorp.com>
* libfs/src/pipe/fifo.c: Remove unused variable to fix warning.
* libnetworking/rtems/mkrootfs.c: Add include to fix warning.
* rtems/src/tasksetpriority.c: Fix spacing.
M 1.2374 cpukit/ChangeLog
M 1.6 cpukit/libfs/src/pipe/fifo.c
M 1.13 cpukit/libnetworking/rtems/mkrootfs.c
M 1.12 cpukit/rtems/src/tasksetpriority.c
diff -u rtems/cpukit/ChangeLog:1.2373 rtems/cpukit/ChangeLog:1.2374
--- rtems/cpukit/ChangeLog:1.2373 Sat Jun 12 01:40:37 2010
+++ rtems/cpukit/ChangeLog Sat Jun 12 12:55:13 2010
@@ -1,3 +1,9 @@
+2010-06-12 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * libfs/src/pipe/fifo.c: Remove unused variable to fix warning.
+ * libnetworking/rtems/mkrootfs.c: Add include to fix warning.
+ * rtems/src/tasksetpriority.c: Fix spacing.
+
2010-06-12 Ralf Corsépius <ralf.corsepius at rtems.org>
* rtems/inline/rtems/rtems/status.inl: Fix broken doxygen comment.
diff -u rtems/cpukit/libfs/src/pipe/fifo.c:1.5 rtems/cpukit/libfs/src/pipe/fifo.c:1.6
--- rtems/cpukit/libfs/src/pipe/fifo.c:1.5 Tue Jun 8 05:25:45 2010
+++ rtems/cpukit/libfs/src/pipe/fifo.c Sat Jun 12 12:55:13 2010
@@ -247,8 +247,6 @@
pipe_control_t *pipe = *pipep;
uint32_t mode;
- rtems_status_code sc;
-
if (pipe_lock())
/* WARN pipe not freed and pipep not set to NULL! */
/* FIXME */
diff -u rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.12 rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.13
--- rtems/cpukit/libnetworking/rtems/mkrootfs.c:1.12 Tue Jun 8 07:59:51 2010
+++ rtems/cpukit/libnetworking/rtems/mkrootfs.c Sat Jun 12 12:55:13 2010
@@ -41,6 +41,7 @@
#include <arpa/inet.h>
#include <rtems/mkrootfs.h>
+#include <rtems/libio.h>
/*
* A table a list of names and their modes.
diff -u rtems/cpukit/rtems/src/tasksetpriority.c:1.11 rtems/cpukit/rtems/src/tasksetpriority.c:1.12
--- rtems/cpukit/rtems/src/tasksetpriority.c:1.11 Tue Dec 15 12:26:41 2009
+++ rtems/cpukit/rtems/src/tasksetpriority.c Sat Jun 12 12:55:13 2010
@@ -58,7 +58,7 @@
)
{
register Thread_Control *the_thread;
- Objects_Locations location;
+ Objects_Locations location;
if ( new_priority != RTEMS_CURRENT_PRIORITY &&
!_RTEMS_tasks_Priority_is_valid( new_priority ) )
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100612/ca1c7656/attachment-0001.html>
More information about the vc
mailing list