Changeset 4b374f36 in rtems for c/src/tests/samples/base_mp


Ignore:
Timestamp:
08/17/95 19:36:43 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3b438fa
Parents:
556fb911
Message:

maximum number of messages removed and include statement cleanup

Location:
c/src/tests/samples/base_mp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/samples/base_mp/apptask.c

    r556fb911 r4b374f36  
    1818 *  notice must appear in all copies of this file and its derivatives.
    1919 *
    20  *  $Id$
     20 *  apptask.c,v 1.2 1995/05/31 17:05:14 joel Exp
    2121 */
    2222
    2323#include "system.h"
    24 #include "libcsupport.h"
    2524
    2625rtems_task Application_task(
  • c/src/tests/samples/base_mp/system.h

    r556fb911 r4b374f36  
    1212 *  notice must appear in all copies of this file and its derivatives.
    1313 *
    14  *  $Id$
     14 *  system.h,v 1.2 1995/05/31 17:05:21 joel Exp
    1515 */
    1616
    1717#include <rtems.h>
    18 #include "stdio.h"
    19 #include "libcsupport.h"
     18#include <bsp.h>
     19#include <stdio.h>
     20#include <libcsupport.h>
    2021
    2122/* Miscellaneous */
Note: See TracChangeset for help on using the changeset viewer.