change log for rtems (2010-08-13)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Aug 13 05:19:26 UTC 2010
*ccj*:
2010-08-13 Chris Johns <chrisj at rtems.org>
* libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
case.
M 1.2563 cpukit/ChangeLog
M 1.30 cpukit/libfs/src/imfs/imfs_eval.c
diff -u rtems/cpukit/ChangeLog:1.2562 rtems/cpukit/ChangeLog:1.2563
--- rtems/cpukit/ChangeLog:1.2562 Wed Aug 11 07:17:49 2010
+++ rtems/cpukit/ChangeLog Thu Aug 12 23:49:30 2010
@@ -1,3 +1,8 @@
+2010-08-13 Chris Johns <chrisj at rtems.org>
+
+ * libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
+ case.
+
2010-08-11 Sebastian Huber <sebastian.huber at embedded-brains.de>
* sapi/include/confdefs.h: Include <rtems.h> to resolve all
diff -u rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.29 rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.30
--- rtems/cpukit/libfs/src/imfs/imfs_eval.c:1.29 Mon Aug 2 13:27:23 2010
+++ rtems/cpukit/libfs/src/imfs/imfs_eval.c Thu Aug 12 23:49:31 2010
@@ -173,8 +173,8 @@
/*
* Check for things that should never happen.
*/
- IMFS_assert( jnode->type == IMFS_SYM_LINK )
- IMFS_assert( jnode->Parent )
+ IMFS_assert( jnode->type == IMFS_SYM_LINK );
+ IMFS_assert( jnode->Parent );
/*
* Move the node_access to either the symbolic links parent or
--
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/20100813/59acee0e/attachment.html>
More information about the vc
mailing list