change log for rtems (2011-09-29)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Sep 29 16:10:12 UTC 2011
*ralf*:
2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
* mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
Add HAVE_CONFIG_H.
M 1.277 testsuites/libtests/ChangeLog
M 1.2 testsuites/libtests/mouse01/init.c
M 1.2 testsuites/libtests/mouse01/msmouse.c
M 1.3 testsuites/libtests/mouse01/serial_mouse_config.c
diff -u rtems/testsuites/libtests/ChangeLog:1.276 rtems/testsuites/libtests/ChangeLog:1.277
--- rtems/testsuites/libtests/ChangeLog:1.276 Fri Sep 16 04:24:52 2011
+++ rtems/testsuites/libtests/ChangeLog Thu Sep 29 10:54:09 2011
@@ -1,3 +1,8 @@
+2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * mouse01/init.c, mouse01/msmouse.c, mouse01/serial_mouse_config.c:
+ Add HAVE_CONFIG_H.
+
2011-09-16 Sebastian Huber <Sebastian.Huber at embedded-brains.de>
* monitor/monitor.scn, termios/termios.scn: New files.
diff -u rtems/testsuites/libtests/mouse01/init.c:1.1 rtems/testsuites/libtests/mouse01/init.c:1.2
--- rtems/testsuites/libtests/mouse01/init.c:1.1 Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/init.c Thu Sep 29 10:54:09 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <bsp.h>
#include <stdlib.h>
diff -u rtems/testsuites/libtests/mouse01/msmouse.c:1.1 rtems/testsuites/libtests/mouse01/msmouse.c:1.2
--- rtems/testsuites/libtests/mouse01/msmouse.c:1.1 Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/msmouse.c Thu Sep 29 10:54:09 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
const char *Mouse_Type_Long = "Microsoft Mouse";
diff -u rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.2 rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.3
--- rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.2 Fri May 20 08:47:59 2011
+++ rtems/testsuites/libtests/mouse01/serial_mouse_config.c Thu Sep 29 10:54:09 2011
@@ -13,6 +13,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "tmacros.h"
#include <rtems/serial_mouse.h>
#include "termios_testdriver_intr.h"
*ralf*:
2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
Add HAVE_CONFIG_H.
M 1.6 testsuites/smptests/ChangeLog
M 1.3 testsuites/smptests/smp05/init.c
M 1.3 testsuites/smptests/smp06/init.c
M 1.3 testsuites/smptests/smp07/init.c
M 1.2 testsuites/smptests/smp09/init.c
diff -u rtems/testsuites/smptests/ChangeLog:1.5 rtems/testsuites/smptests/ChangeLog:1.6
--- rtems/testsuites/smptests/ChangeLog:1.5 Fri Jul 29 13:14:49 2011
+++ rtems/testsuites/smptests/ChangeLog Thu Sep 29 10:57:14 2011
@@ -1,3 +1,8 @@
+2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:
+ Add HAVE_CONFIG_H.
+
2011-07-29 Jennifer Averett <Jennifer.Averett at OARcorp.com>
* smp03/init.c, smp03/system.h, smp03/tasks.c: Modified test to force a
diff -u rtems/testsuites/smptests/smp05/init.c:1.2 rtems/testsuites/smptests/smp05/init.c:1.3
--- rtems/testsuites/smptests/smp05/init.c:1.2 Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp05/init.c Thu Sep 29 10:57:14 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
diff -u rtems/testsuites/smptests/smp06/init.c:1.2 rtems/testsuites/smptests/smp06/init.c:1.3
--- rtems/testsuites/smptests/smp06/init.c:1.2 Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp06/init.c Thu Sep 29 10:57:14 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
diff -u rtems/testsuites/smptests/smp07/init.c:1.2 rtems/testsuites/smptests/smp07/init.c:1.3
--- rtems/testsuites/smptests/smp07/init.c:1.2 Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp07/init.c Thu Sep 29 10:57:14 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
diff -u rtems/testsuites/smptests/smp09/init.c:1.1 rtems/testsuites/smptests/smp09/init.c:1.2
--- rtems/testsuites/smptests/smp09/init.c:1.1 Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp09/init.c Thu Sep 29 10:57:14 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
#include <rtems/cpuuse.h>
*ralf*:
2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
* psxtmsem03/init.c: Add HAVE_CONFIG_H.
M 1.49 testsuites/psxtmtests/ChangeLog
M 1.2 testsuites/psxtmtests/psxtmsem03/init.c
diff -u rtems/testsuites/psxtmtests/ChangeLog:1.48 rtems/testsuites/psxtmtests/ChangeLog:1.49
--- rtems/testsuites/psxtmtests/ChangeLog:1.48 Wed Aug 24 16:15:57 2011
+++ rtems/testsuites/psxtmtests/ChangeLog Thu Sep 29 10:59:10 2011
@@ -1,3 +1,7 @@
+2011-09-29 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * psxtmsem03/init.c: Add HAVE_CONFIG_H.
+
2011-08-24 Ricardo Aguirre <el.mastin at ymail.com>
PR 1903/testing
diff -u rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.1 rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.2
--- rtems/testsuites/psxtmtests/psxtmsem03/init.c:1.1 Tue Jul 26 11:39:05 2011
+++ rtems/testsuites/psxtmtests/psxtmsem03/init.c Thu Sep 29 10:59:10 2011
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
--
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/20110929/2fbabcc8/attachment-0001.html>
More information about the vc
mailing list