summaryrefslogtreecommitdiffstats
path: root/c/src/libmisc/mw-fb/mw_uid.c
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 /c/src/libmisc/mw-fb/mw_uid.c
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 'c/src/libmisc/mw-fb/mw_uid.c')
-rw-r--r--c/src/libmisc/mw-fb/mw_uid.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/libmisc/mw-fb/mw_uid.c b/c/src/libmisc/mw-fb/mw_uid.c
index 638a458ecc..5642a6adcb 100644
--- a/c/src/libmisc/mw-fb/mw_uid.c
+++ b/c/src/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>