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