Changeset 56e0b88 in rtems
- Timestamp:
- 09/18/96 20:50:58 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 94218b8
- Parents:
- 3861130
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/src/object.c
r3861130 r56e0b88 456 456 Objects_Information *information, 457 457 Objects_Id id, 458 unsigned32*location_p,458 Objects_Locations *location_p, 459 459 Objects_Id *next_id_p 460 460 ) -
cpukit/score/src/object.c
r3861130 r56e0b88 456 456 Objects_Information *information, 457 457 Objects_Id id, 458 unsigned32*location_p,458 Objects_Locations *location_p, 459 459 Objects_Id *next_id_p 460 460 )
Note: See TracChangeset
for help on using the changeset viewer.