forked from Imagelibrary/rtems
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-10-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "system.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
rtems_task Application_task(
|
||||
rtems_task_argument node
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2002-10-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
|
||||
|
||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* .cvsignore: Reformat.
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#include "system.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
rtems_task Application_task(
|
||||
rtems_task_argument node
|
||||
|
||||
Reference in New Issue
Block a user