change log for rtems (2010-06-18)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Jun 18 16:13:40 UTC 2010


 *ralf* (on branch rtems-4-10-branch):
2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>

	* rtems/include/rtems/rtems/object.h,
	rtems/src/rtemsobjectidapimaximum.c:
	Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.

M 1.2346.2.41  cpukit/ChangeLog
M 1.9.2.1  cpukit/rtems/include/rtems/rtems/object.h
M 1.2.2.1  cpukit/rtems/src/rtemsobjectidapimaximum.c

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
@@ -1,5 +1,11 @@
 2010-06-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* 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 at rtems.org>
+
 	* 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.

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
@@ -240,7 +240,7 @@
  *  @note A body is also provided.
  */
 #define rtems_object_id_api_maximum() \
-  OBJECTS_ITRON_API
+  OBJECTS_APIS_LAST
 
 /**
  *  @brief Get Lowest Valid Class Value

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
@@ -22,5 +22,5 @@
 #undef rtems_object_id_api_maximum
 int rtems_object_id_api_maximum(void)
 {
-  return OBJECTS_ITRON_API;
+  return OBJECTS_APIS_LAST;
 }



--

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/20100618/de383e7c/attachment-0001.html>


More information about the vc mailing list