change log for rtems (2010-08-08)

Gedare Bloom gedare at gwmail.gwu.edu
Thu Aug 12 17:49:24 UTC 2010


On Sun, Aug 8, 2010 at 5:10 PM, rtems-vc at rtems.org <rtems-vc at rtems.org>wrote:

>   *joel*
>
> 2010-08-08	Joel Sherrill <joel.sherrill at oarcorp.com
> >
>
> 	* libfs/src/imfs/imfs.h: Fix typo.
>
> M<http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2548&r2=text&tr2=1.2549&diff_format=h>
> 1.2549cpukit/ChangeLog M<http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/imfs/imfs.h.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&diff_format=h>
> 1.48cpukit/libfs/src/imfs/imfs.h
>
> diff -u rtems/cpukit/ChangeLog:1.2548 rtems/cpukit/ChangeLog:1.2549
> --- rtems/cpukit/ChangeLog:1.2548	Tue Aug  3 10:56:36 2010
> +++ rtems/cpukit/ChangeLog	Sun Aug  8 15:24:59 2010@@ -1,3 +1,7 @@+2010-08-08	Joel Sherrill <joel.sherrill at oarcorp.com>
> +
> +	* libfs/src/imfs/imfs.h: Fix typo.
> + 2010-08-03	Ralf Corsépius <ralf.corsepius at rtems.org>
>
>  	* libcsupport/src/getegid.c, libcsupport/src/geteuid.c,
> diff -u rtems/cpukit/libfs/src/imfs/imfs.h:1.47 rtems/cpukit/libfs/src/imfs/imfs.h:1.48
> --- rtems/cpukit/libfs/src/imfs/imfs.h:1.47	Fri Jul 30 17:36:32 2010
> +++ rtems/cpukit/libfs/src/imfs/imfs.h	Sun Aug  8 15:25:00 2010@@ -566,7 +566,7 @@
>  #ifdef RTEMS_DEBUG
>    #include <assert.h>
>  -  #define IMFS_assert(_x) assert(_X)
> +  #define IMFS_assert(_x) assert(_x)
>  #else
>    #define IMFS_assert(_x)
>  #endif
>
>
I think this fix causes the CVS not to build when debug is enabled. See
imfs_eval.c:176-177, I think there is amissing semi-colon.

>
>
> --
>
> Generated by Deluxe Loginfo<http://www.codewiz.org/projects/index.html#loginfo>2.122 by Bernardo Innocenti <
> bernie at develer.com>
>
> _______________________________________________
> rtems-vc mailing list
> rtems-vc at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-vc
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100812/0c5fcdc0/attachment.html>


More information about the vc mailing list