Changeset 86042ae in rtems for cpukit/libcsupport/src/unlink.c
- Timestamp:
- Nov 25, 2003, 5:27:55 PM (17 years ago)
- Children:
- c11ca814
- Parents:
- 7fa97181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/unlink.c
r7fa97181 r86042ae 36 36 return -1; 37 37 38 result = rtems_filesystem_evaluate_parent(RTEMS_LIBIO_PERMS_WRITE, &loc ); 39 if (result != 0){ 40 rtems_filesystem_freenode( &loc ); 41 return -1; 42 } 43 38 44 if ( !loc.ops->node_type_h ) { 39 45 rtems_filesystem_freenode( &loc );
Note: See TracChangeset
for help on using the changeset viewer.