From 4b374f36e7172d59d6d8c252973c1ef65637ecbb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Aug 1995 19:36:43 +0000 Subject: maximum number of messages removed and include statement cleanup --- c/src/tests/samples/base_mp/apptask.c | 3 +-- c/src/tests/samples/base_mp/system.h | 7 ++++--- c/src/tests/samples/base_sp/apptask.c | 3 +-- c/src/tests/samples/base_sp/system.h | 5 +++-- c/src/tests/samples/cdtest/init.c | 3 +-- c/src/tests/samples/cdtest/system.h | 5 +++-- c/src/tests/samples/hello/init.c | 4 +--- c/src/tests/samples/hello/system.h | 6 ++++-- c/src/tests/samples/paranoia/init.c | 3 +-- c/src/tests/samples/paranoia/paranoia.c | 4 ++-- c/src/tests/samples/paranoia/system.h | 5 +++-- c/src/tests/samples/ticker/system.h | 5 ++--- 12 files changed, 26 insertions(+), 27 deletions(-) (limited to 'c/src/tests/samples') diff --git a/c/src/tests/samples/base_mp/apptask.c b/c/src/tests/samples/base_mp/apptask.c index 04f081ad5c..cee3b88bf5 100644 --- a/c/src/tests/samples/base_mp/apptask.c +++ b/c/src/tests/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/c/src/tests/samples/base_mp/system.h b/c/src/tests/samples/base_mp/system.h index 47347fe30a..25738a5d4c 100644 --- a/c/src/tests/samples/base_mp/system.h +++ b/c/src/tests/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 -#include "stdio.h" -#include "libcsupport.h" +#include +#include +#include /* Miscellaneous */ diff --git a/c/src/tests/samples/base_sp/apptask.c b/c/src/tests/samples/base_sp/apptask.c index c238d356a6..0f05a177fc 100644 --- a/c/src/tests/samples/base_sp/apptask.c +++ b/c/src/tests/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/c/src/tests/samples/base_sp/system.h b/c/src/tests/samples/base_sp/system.h index 88e60beb9a..50d23b1476 100644 --- a/c/src/tests/samples/base_sp/system.h +++ b/c/src/tests/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 -#include "stdio.h" +#include +#include /* Miscellaneous */ diff --git a/c/src/tests/samples/cdtest/init.c b/c/src/tests/samples/cdtest/init.c index c233918d61..eaafd431b8 100644 --- a/c/src/tests/samples/cdtest/init.c +++ b/c/src/tests/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 -#include "libcsupport.h" diff --git a/c/src/tests/samples/cdtest/system.h b/c/src/tests/samples/cdtest/system.h index 88e60beb9a..95a58472d1 100644 --- a/c/src/tests/samples/cdtest/system.h +++ b/c/src/tests/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 -#include "stdio.h" +#include +#include /* Miscellaneous */ diff --git a/c/src/tests/samples/hello/init.c b/c/src/tests/samples/hello/init.c index f85562c238..60ba06dd20 100644 --- a/c/src/tests/samples/hello/init.c +++ b/c/src/tests/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 -#include "libcsupport.h" - rtems_task Init( rtems_task_argument ignored diff --git a/c/src/tests/samples/hello/system.h b/c/src/tests/samples/hello/system.h index 88e60beb9a..c4a8598d0c 100644 --- a/c/src/tests/samples/hello/system.h +++ b/c/src/tests/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 -#include "stdio.h" +#include + +#include /* Miscellaneous */ diff --git a/c/src/tests/samples/paranoia/init.c b/c/src/tests/samples/paranoia/init.c index 4e9c9cde09..e847892cb9 100644 --- a/c/src/tests/samples/paranoia/init.c +++ b/c/src/tests/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/c/src/tests/samples/paranoia/paranoia.c b/c/src/tests/samples/paranoia/paranoia.c index 64ebdc7e5e..8e435f3100 100644 --- a/c/src/tests/samples/paranoia/paranoia.c +++ b/c/src/tests/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 struct _reent libm_reent = _REENT_INIT(libm_reent); struct _reent *_impure_ptr = &libm_reent; #endif diff --git a/c/src/tests/samples/paranoia/system.h b/c/src/tests/samples/paranoia/system.h index 88e60beb9a..91d3451a6f 100644 --- a/c/src/tests/samples/paranoia/system.h +++ b/c/src/tests/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 -#include "stdio.h" +#include +#include /* Miscellaneous */ diff --git a/c/src/tests/samples/ticker/system.h b/c/src/tests/samples/ticker/system.h index aa2c6d17e4..582c05f377 100644 --- a/c/src/tests/samples/ticker/system.h +++ b/c/src/tests/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 -#include "tmacros.h" +#include /* Miscellaneous */ -- cgit v1.2.3