<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-06-21)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-21 Joel Sherrill <joel.sherrilL@OARcorp.com>

        PR 1581/cpukit
        * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
        extra * on function pointer declaration.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2446&r2=text&tr2=1.2447&diff_format=h">M</a></td><td width='1%'>1.2447</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.44&r2=text&tr2=1.2346.2.45&diff_format=h">M</a></td><td width='1%'>1.2346.2.45</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/include/rtems/malloc.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/libcsupport/include/rtems/malloc.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/include/rtems/malloc.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.9.2.1&diff_format=h">M</a></td><td width='1%'>1.9.2.1</td><td width='100%'>cpukit/libcsupport/include/rtems/malloc.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.143&r2=text&tr2=1.144&diff_format=h">M</a></td><td width='1%'>1.144</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.135.2.1&r2=text&tr2=1.135.2.2&diff_format=h">M</a></td><td width='1%'>1.135.2.2</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2446 rtems/cpukit/ChangeLog:1.2447
--- rtems/cpukit/ChangeLog:1.2446       Mon Jun 21 11:38:26 2010
+++ rtems/cpukit/ChangeLog      Mon Jun 21 16:13:42 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-21    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1581/cpukit
+       * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
+       extra * on function pointer declaration.
+
</font> 2010-06-21        Peter Dufault <dufault@hda.com>
 
        PR 1570/cpukit

<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.44 rtems/cpukit/ChangeLog:1.2346.2.45
--- rtems/cpukit/ChangeLog:1.2346.2.44  Mon Jun 21 11:38:32 2010
+++ rtems/cpukit/ChangeLog      Mon Jun 21 16:13:29 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-06-21    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       PR 1581/cpukit
+       * libcsupport/include/rtems/malloc.h, sapi/include/confdefs.h: Remove
+       extra * on function pointer declaration.
+
</font> 2010-06-21        Peter Dufault <dufault@hda.com>
 
        PR 1570/cpukit

<font color='#006600'>diff -u rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 rtems/cpukit/libcsupport/include/rtems/malloc.h:1.10
--- rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 Mon Nov 30 07:05:29 2009
+++ rtems/cpukit/libcsupport/include/rtems/malloc.h     Mon Jun 21 16:13:42 2010
</font><font color='#997700'>@@ -84,7 +84,7 @@
</font>  * Malloc Plugin to Dirty Memory at Allocation Time
  */
 typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
<font color='#880000'>-extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
</font><font color='#000088'>+extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
</font> 
 /** @brief Dirty memory function
  *

<font color='#006600'>diff -u rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9.2.1
--- rtems/cpukit/libcsupport/include/rtems/malloc.h:1.9 Mon Nov 30 07:05:29 2009
+++ rtems/cpukit/libcsupport/include/rtems/malloc.h     Mon Jun 21 16:13:30 2010
</font><font color='#997700'>@@ -84,7 +84,7 @@
</font>  * Malloc Plugin to Dirty Memory at Allocation Time
  */
 typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
<font color='#880000'>-extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
</font><font color='#000088'>+extern rtems_malloc_dirtier_t rtems_malloc_dirty_helper;
</font> 
 /** @brief Dirty memory function
  *

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.143 rtems/cpukit/sapi/include/confdefs.h:1.144
--- rtems/cpukit/sapi/include/confdefs.h:1.143  Sun Jun 20 14:41:33 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Mon Jun 21 16:13:42 2010
</font><font color='#997700'>@@ -703,7 +703,7 @@
</font>    *  allocated.  This is helpful for finding unitialized data structure
    *  problems.
    */
<font color='#880000'>-  rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
</font><font color='#000088'>+  rtems_malloc_dirtier_t rtems_malloc_dirty_helper =
</font>     #if defined(CONFIGURE_MALLOC_DIRTY)
       rtems_malloc_dirty_memory;
     #else

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.135.2.1 rtems/cpukit/sapi/include/confdefs.h:1.135.2.2
--- rtems/cpukit/sapi/include/confdefs.h:1.135.2.1      Thu Jun 17 13:38:20 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Mon Jun 21 16:13:30 2010
</font><font color='#997700'>@@ -679,7 +679,7 @@
</font>    *  allocated.  This is helpful for finding unitialized data structure
    *  problems.
    */
<font color='#880000'>-  rtems_malloc_dirtier_t *rtems_malloc_dirty_helper =
</font><font color='#000088'>+  rtems_malloc_dirtier_t rtems_malloc_dirty_helper =
</font>     #if defined(CONFIGURE_MALLOC_DIRTY)
       rtems_malloc_dirty_memory;
     #else
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>