change log for rtems (2011-04-15)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Apr 15 11:10:22 UTC 2011


 *sh*:
2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* libcsupport/src/ioctl.c: Fixed integer type.

M 1.2799  cpukit/ChangeLog
M   1.19  cpukit/libcsupport/src/ioctl.c

diff -u rtems/cpukit/ChangeLog:1.2798 rtems/cpukit/ChangeLog:1.2799
--- rtems/cpukit/ChangeLog:1.2798	Mon Apr 11 12:23:03 2011
+++ rtems/cpukit/ChangeLog	Fri Apr 15 05:27:09 2011
@@ -1,3 +1,7 @@
+2011-04-15	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* libcsupport/src/ioctl.c: Fixed integer type.
+
 2011-04-11	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you

diff -u rtems/cpukit/libcsupport/src/ioctl.c:1.18 rtems/cpukit/libcsupport/src/ioctl.c:1.19
--- rtems/cpukit/libcsupport/src/ioctl.c:1.18	Mon Aug 23 18:17:42 2010
+++ rtems/cpukit/libcsupport/src/ioctl.c	Fri Apr 15 05:27:10 2011
@@ -32,7 +32,7 @@
 )
 {
   va_list            ap;
-  rtems_status_code  rc;
+  int                rc;
   rtems_libio_t     *iop;
   void              *buffer;
 



--

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/20110415/f88beedd/attachment-0001.html>


More information about the vc mailing list