Changeset 56e0b88 in rtems


Ignore:
Timestamp:
09/18/96 20:50:58 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
94218b8
Parents:
3861130
Message:

corrected prototype of _Objects_Get_next

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/src/object.c

    r3861130 r56e0b88  
    456456    Objects_Information *information,
    457457    Objects_Id           id,
    458     unsigned32          *location_p,
     458    Objects_Locations   *location_p,
    459459    Objects_Id          *next_id_p
    460460)
  • cpukit/score/src/object.c

    r3861130 r56e0b88  
    456456    Objects_Information *information,
    457457    Objects_Id           id,
    458     unsigned32          *location_p,
     458    Objects_Locations   *location_p,
    459459    Objects_Id          *next_id_p
    460460)
Note: See TracChangeset for help on using the changeset viewer.