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