forked from Imagelibrary/rtems
maximum number of messages removed and include statement cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 <stdio.h>
|
||||
#include "libcsupport.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 <rtems.h>
|
||||
#include "stdio.h"
|
||||
#include <bsp.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/* Miscellaneous */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 **);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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 <rtems.h>
|
||||
#include "tmacros.h"
|
||||
#include <tmacros.h>
|
||||
|
||||
/* Miscellaneous */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user