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