summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/base_mp/apptask.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 5b3c65f188..bea08fa155 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-31 Joel Sherrill <joel@OARcorp.com>
+
+ * base_mp/apptask.c: Removed warning.
+
2002-10-28 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c
index 2ba9a3f190..a5364dd5fc 100644
--- a/testsuites/samples/base_mp/apptask.c
+++ b/testsuites/samples/base_mp/apptask.c
@@ -21,7 +21,7 @@
#include "system.h"
#include <stdio.h>
-#include <unistd.h>
+#include <stdlib.h>
rtems_task Application_task(
rtems_task_argument node