summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 14:23:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-21 14:23:15 +0000
commita14e350af02f6a41d3cc56a752e450407829e88e (patch)
treead4ec70894e0016f4903a49b0aeaffb9b64e0928
parent2004-05-18 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a14e350af02f6a41d3cc56a752e450407829e88e.tar.bz2
2004-05-21 Joel Sherrill <joel@OARcorp.com>
* ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of recent updates to BSD header files.
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c1
-rw-r--r--c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c1
3 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 2f8345848b..b2f7602cb5 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-21 Joel Sherrill <joel@OARcorp.com>
+
+ * ne2000/ne2000.c, wd8003/wd8003.c: Include errno.h as a consequence of
+ recent updates to BSD header files.
+
2004-04-23 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 610/bsps
diff --git a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
index 567aaeac64..621ba8fbfa 100644
--- a/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
+++ b/c/src/lib/libbsp/i386/pc386/ne2000/ne2000.c
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <assert.h>
+#include <errno.h>
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
index 820a2bf9c8..24dd116b7a 100644
--- a/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
+++ b/c/src/lib/libbsp/i386/pc386/wd8003/wd8003.c
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h> /* memcpy, memset */
+#include <errno.h>
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>