summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-17 19:36:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-17 19:36:43 +0000
commit4b374f36e7172d59d6d8c252973c1ef65637ecbb (patch)
treed6be1084c310d24004e9b056eebdac6c286a4f25 /testsuites/samples
parentadded tty driver to simhppa (diff)
downloadrtems-4b374f36e7172d59d6d8c252973c1ef65637ecbb.tar.bz2
maximum number of messages removed and include statement cleanup
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/base_mp/apptask.c3
-rw-r--r--testsuites/samples/base_mp/system.h7
-rw-r--r--testsuites/samples/base_sp/apptask.c3
-rw-r--r--testsuites/samples/base_sp/system.h5
-rw-r--r--testsuites/samples/cdtest/init.c3
-rw-r--r--testsuites/samples/cdtest/system.h5
-rw-r--r--testsuites/samples/hello/init.c4
-rw-r--r--testsuites/samples/hello/system.h6
-rw-r--r--testsuites/samples/paranoia/init.c3
-rw-r--r--testsuites/samples/paranoia/paranoia.c4
-rw-r--r--testsuites/samples/paranoia/system.h5
-rw-r--r--testsuites/samples/ticker/system.h5
12 files changed, 26 insertions, 27 deletions
diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c
index 04f081ad5c..cee3b88bf5 100644
--- a/testsuites/samples/base_mp/apptask.c
+++ b/testsuites/samples/base_mp/apptask.c
@@ -17,11 +17,10 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * apptask.c,v 1.2 1995/05/31 17:05:14 joel Exp
*/
#include "system.h"
-#include "libcsupport.h"
rtems_task Application_task(
rtems_task_argument node
diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h
index 47347fe30a..25738a5d4c 100644
--- a/testsuites/samples/base_mp/system.h
+++ b/testsuites/samples/base_mp/system.h
@@ -11,12 +11,13 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:05:21 joel Exp
*/
#include <rtems.h>
-#include "stdio.h"
-#include "libcsupport.h"
+#include <bsp.h>
+#include <stdio.h>
+#include <libcsupport.h>
/* Miscellaneous */
diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c
index c238d356a6..0f05a177fc 100644
--- a/testsuites/samples/base_sp/apptask.c
+++ b/testsuites/samples/base_sp/apptask.c
@@ -16,11 +16,10 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * apptask.c,v 1.2 1995/05/31 17:05:28 joel Exp
*/
#include "system.h"
-#include "libcsupport.h"
rtems_task Application_task(
rtems_task_argument argument
diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h
index 88e60beb9a..50d23b1476 100644
--- a/testsuites/samples/base_sp/system.h
+++ b/testsuites/samples/base_sp/system.h
@@ -11,11 +11,12 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:05:38 joel Exp
*/
#include <rtems.h>
-#include "stdio.h"
+#include <bsp.h>
+#include <stdio.h>
/* Miscellaneous */
diff --git a/testsuites/samples/cdtest/init.c b/testsuites/samples/cdtest/init.c
index c233918d61..eaafd431b8 100644
--- a/testsuites/samples/cdtest/init.c
+++ b/testsuites/samples/cdtest/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * init.c,v 1.2 1995/05/31 17:05:45 joel Exp
*/
#include "system.h"
@@ -27,4 +27,3 @@
#include "conftbl.h"
#include "gvar.h"
#include <stdio.h>
-#include "libcsupport.h"
diff --git a/testsuites/samples/cdtest/system.h b/testsuites/samples/cdtest/system.h
index 88e60beb9a..95a58472d1 100644
--- a/testsuites/samples/cdtest/system.h
+++ b/testsuites/samples/cdtest/system.h
@@ -11,11 +11,12 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:05:49 joel Exp
*/
#include <rtems.h>
-#include "stdio.h"
+#include <bsp.h>
+#include <stdio.h>
/* Miscellaneous */
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index f85562c238..60ba06dd20 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * init.c,v 1.2 1995/05/31 17:05:58 joel Exp
*/
#include "system.h"
@@ -27,8 +27,6 @@
#include "conftbl.h"
#include "gvar.h"
#include <stdio.h>
-#include "libcsupport.h"
-
rtems_task Init(
rtems_task_argument ignored
diff --git a/testsuites/samples/hello/system.h b/testsuites/samples/hello/system.h
index 88e60beb9a..c4a8598d0c 100644
--- a/testsuites/samples/hello/system.h
+++ b/testsuites/samples/hello/system.h
@@ -11,11 +11,13 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:06:00 joel Exp
*/
#include <rtems.h>
-#include "stdio.h"
+#include <bsp.h>
+
+#include <stdio.h>
/* Miscellaneous */
diff --git a/testsuites/samples/paranoia/init.c b/testsuites/samples/paranoia/init.c
index 4e9c9cde09..e847892cb9 100644
--- a/testsuites/samples/paranoia/init.c
+++ b/testsuites/samples/paranoia/init.c
@@ -18,7 +18,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * init.c,v 1.2 1995/05/31 17:06:07 joel Exp
*/
#include "system.h"
@@ -26,7 +26,6 @@
#define EXTERN
#include "conftbl.h"
#include "gvar.h"
-#include "libcsupport.h"
extern int paranoia(int, char **);
diff --git a/testsuites/samples/paranoia/paranoia.c b/testsuites/samples/paranoia/paranoia.c
index 64ebdc7e5e..8e435f3100 100644
--- a/testsuites/samples/paranoia/paranoia.c
+++ b/testsuites/samples/paranoia/paranoia.c
@@ -1,5 +1,5 @@
/*
- * RTEMS RCS Id: $Id$
+ * RTEMS RCS Id: paranoia.c,v 1.2 1995/05/31 17:06:09 joel Exp
*
* A C version of Kahan's Floating Point Test "Paranoia"
*
@@ -161,7 +161,7 @@
*/
#ifdef NEED_REENT
-#include "reent.h"
+#include <reent.h>
struct _reent libm_reent = _REENT_INIT(libm_reent);
struct _reent *_impure_ptr = &libm_reent;
#endif
diff --git a/testsuites/samples/paranoia/system.h b/testsuites/samples/paranoia/system.h
index 88e60beb9a..91d3451a6f 100644
--- a/testsuites/samples/paranoia/system.h
+++ b/testsuites/samples/paranoia/system.h
@@ -11,11 +11,12 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:06:13 joel Exp
*/
#include <rtems.h>
-#include "stdio.h"
+#include <bsp.h>
+#include <stdio.h>
/* Miscellaneous */
diff --git a/testsuites/samples/ticker/system.h b/testsuites/samples/ticker/system.h
index aa2c6d17e4..582c05f377 100644
--- a/testsuites/samples/ticker/system.h
+++ b/testsuites/samples/ticker/system.h
@@ -11,11 +11,10 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * system.h,v 1.2 1995/05/31 17:06:23 joel Exp
*/
-#include <rtems.h>
-#include "tmacros.h"
+#include <tmacros.h>
/* Miscellaneous */