summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/shared/spw/grspw.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index 8e3d582e4d..93e394af66 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-13 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/spw/grspw.c: Remove include of sched.h. It does not appear to
+ be needed and is unavailable when POSIX is disabled.
+
2007-09-12 Daniel Hellstrom <daniel@gaisler.com>
* shared/can/grcan.c, shared/include/debug_defs.h, shared/spw/grspw.c:
diff --git a/c/src/lib/libbsp/sparc/shared/spw/grspw.c b/c/src/lib/libbsp/sparc/shared/spw/grspw.c
index d59e7c9206..3200b6bf36 100644
--- a/c/src/lib/libbsp/sparc/shared/spw/grspw.c
+++ b/c/src/lib/libbsp/sparc/shared/spw/grspw.c
@@ -77,7 +77,6 @@
#include <stdio.h>
#include <string.h>
#include <assert.h>
-#include <sched.h>
#include <ctype.h>
#include <rtems/bspIo.h>
#include <ambapp.h>