Changeset 0139484 in rtems
- Timestamp:
- 10/05/99 16:34:20 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7c9cca11
- Parents:
- 6d81ea3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/eval.c
r6d81ea3 r0139484 52 52 */ 53 53 54 if ( follow_link ) {54 if ( (result == 0) && follow_link ) { 55 55 56 56 if ( !pathloc->ops->node_type ) -
c/src/lib/libc/eval.c
r6d81ea3 r0139484 52 52 */ 53 53 54 if ( follow_link ) {54 if ( (result == 0) && follow_link ) { 55 55 56 56 if ( !pathloc->ops->node_type ) -
cpukit/libcsupport/src/eval.c
r6d81ea3 r0139484 52 52 */ 53 53 54 if ( follow_link ) {54 if ( (result == 0) && follow_link ) { 55 55 56 56 if ( !pathloc->ops->node_type )
Note: See TracChangeset
for help on using the changeset viewer.