Changeset 4a14b7be in rtems


Ignore:
Timestamp:
11/30/00 14:36:46 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c061304
Parents:
fe27cfb4
Message:

2000-11-30 Joel Sherrill <joel@…>

  • mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    rfe27cfb4 r4a14b7be  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/libmisc/mw-fb/mw_uid.c

    rfe27cfb4 r4a14b7be  
    1414//
    1515// $Log$
     16// Revision 1.2  2000/08/30 17:12:55  joel
     17// 2000-08-30   Joel Sherrill <joel@OARcorp.com>
     18//
     19//      * Many files: Moved posix/include/rtems/posix/seterr.h to
     20//      score/include/rtems/seterr.h so it would be available within
     21//      all APIs.
     22//
    1623// Revision 1.1  2000/08/30 08:21:24  joel
    1724// 2000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
     
    3946#include <errno.h>
    4047#include <rtems.h>
    41 #include <bsp.h>
    4248
    4349#include <rtems/mw_uid.h>
  • cpukit/libmisc/ChangeLog

    rfe27cfb4 r4a14b7be  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * mw-fb/mw_uid.c: Removed unnecessary dependency on <bsp.h>.
     4
    152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libmisc/mw-fb/mw_uid.c

    rfe27cfb4 r4a14b7be  
    1414//
    1515// $Log$
     16// Revision 1.2  2000/08/30 17:12:55  joel
     17// 2000-08-30   Joel Sherrill <joel@OARcorp.com>
     18//
     19//      * Many files: Moved posix/include/rtems/posix/seterr.h to
     20//      score/include/rtems/seterr.h so it would be available within
     21//      all APIs.
     22//
    1623// Revision 1.1  2000/08/30 08:21:24  joel
    1724// 2000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
     
    3946#include <errno.h>
    4047#include <rtems.h>
    41 #include <bsp.h>
    4248
    4349#include <rtems/mw_uid.h>
Note: See TracChangeset for help on using the changeset viewer.