summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_mp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/base_mp/apptask.c3
-rw-r--r--testsuites/samples/base_mp/system.h7
2 files changed, 5 insertions, 5 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 */