Changeset a6883c4 in rtems for cpukit/libfs/src/imfs/imfs_rmnod.c
- Timestamp:
- 10/12/99 20:22:27 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a0e265bf
- Parents:
- 51435fc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libfs/src/imfs/imfs_rmnod.c
r51435fc7 ra6883c4 56 56 * Take the node out of the parent's chain that contains this node 57 57 */ 58 58 59 if ( the_jnode->Parent != NULL ) { 59 60 Chain_Extract( (Chain_Node *) the_jnode );
Note: See TracChangeset
for help on using the changeset viewer.