<!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-18)</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>ralf</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-18 Ralf Corsépius <ralf.corsepius@rtems.org>

        * rtems/include/rtems/rtems/object.h,
        rtems/src/rtemsobjectidapimaximum.c:
        Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.
</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.2346.2.40&r2=text&tr2=1.2346.2.41&diff_format=h">M</a></td><td width='1%'>1.2346.2.41</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/include/rtems/rtems/object.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/rtems/include/rtems/rtems/object.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.2.2.1&diff_format=h">M</a></td><td width='1%'>1.2.2.1</td><td width='100%'>cpukit/rtems/src/rtemsobjectidapimaximum.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.40 rtems/cpukit/ChangeLog:1.2346.2.41
--- rtems/cpukit/ChangeLog:1.2346.2.40  Fri Jun 18 05:03:49 2010
+++ rtems/cpukit/ChangeLog      Fri Jun 18 08:29:29 2010
</font><font color='#997700'>@@ -1,5 +1,11 @@
</font> 2010-06-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * rtems/include/rtems/rtems/object.h,
+       rtems/src/rtemsobjectidapimaximum.c:
+       Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.
+
+2010-06-18     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * libnetworking/rtems/mkrootfs.h: doxygen cosmetics.
        * libnetworking/netinet/if_ether.c: Misc. 64bit fixes from FreeBSD.
        * libfs/src/nfsclient/src/rpcio.c: Misc. 64bit fixes.

<font color='#006600'>diff -u rtems/cpukit/rtems/include/rtems/rtems/object.h:1.9 rtems/cpukit/rtems/include/rtems/rtems/object.h:1.9.2.1
--- rtems/cpukit/rtems/include/rtems/rtems/object.h:1.9 Sun Nov 29 05:55:14 2009
+++ rtems/cpukit/rtems/include/rtems/rtems/object.h     Fri Jun 18 08:29:29 2010
</font><font color='#997700'>@@ -240,7 +240,7 @@
</font>  *  @note A body is also provided.
  */
 #define rtems_object_id_api_maximum() \
<font color='#880000'>-  OBJECTS_ITRON_API
</font><font color='#000088'>+  OBJECTS_APIS_LAST
</font> 
 /**
  *  @brief Get Lowest Valid Class Value

<font color='#006600'>diff -u rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2 rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2.2.1
--- rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c:1.2        Mon Nov 23 08:53:04 2009
+++ rtems/cpukit/rtems/src/rtemsobjectidapimaximum.c    Fri Jun 18 08:29:29 2010
</font><font color='#997700'>@@ -22,5 +22,5 @@
</font> #undef rtems_object_id_api_maximum
 int rtems_object_id_api_maximum(void)
 {
<font color='#880000'>-  return OBJECTS_ITRON_API;
</font><font color='#000088'>+  return OBJECTS_APIS_LAST;
</font> }
</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>