summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:36:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:36:46 +0000
commit4a14b7bef021f24ba550a69abbf10b8d3ef14981 (patch)
tree71b5ef20282e21fdf2e0d93ff51c7e0cfbff5a63 /cpukit/libmisc
parent2000-11-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4a14b7bef021f24ba550a69abbf10b8d3ef14981.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/ChangeLog4
-rw-r--r--cpukit/libmisc/mw-fb/mw_uid.c8
2 files changed, 11 insertions, 1 deletions
diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog
index 87e6a651da..cad0bda4b1 100644
--- a/cpukit/libmisc/ChangeLog
+++ b/cpukit/libmisc/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-30 Joel Sherrill <joel@OARcorp.com>
+
+ * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/cpukit/libmisc/mw-fb/mw_uid.c b/cpukit/libmisc/mw-fb/mw_uid.c
index 638a458ecc..5642a6adcb 100644
--- a/cpukit/libmisc/mw-fb/mw_uid.c
+++ b/cpukit/libmisc/mw-fb/mw_uid.c
@@ -13,6 +13,13 @@
// MODIFICATION/HISTORY:
//
// $Log$
+// Revision 1.2 2000/08/30 17:12:55 joel
+// 2000-08-30 Joel Sherrill <joel@OARcorp.com>
+//
+// * Many files: Moved posix/include/rtems/posix/seterr.h to
+// score/include/rtems/seterr.h so it would be available within
+// all APIs.
+//
// Revision 1.1 2000/08/30 08:21:24 joel
// 2000-08-26 Rosimildo da Silva <rdasilva@connecttel.com>
//
@@ -38,7 +45,6 @@
#include <sys/ioctl.h>
#include <errno.h>
#include <rtems.h>
-#include <bsp.h>
#include <rtems/mw_uid.h>
#include <rtems/seterr.h>