Changeset 9619ff3 in rtems
- Timestamp:
- 02/10/99 17:05:55 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f93d996
- Parents:
- efb1b830
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/open.c
refb1b830 r9619ff3 144 144 */ 145 145 146 iop->offset = 0; 146 147 iop->handlers = temp_loc.handlers; 147 148 iop->file_info = temp_loc.node_access; -
c/src/lib/libc/open.c
refb1b830 r9619ff3 144 144 */ 145 145 146 iop->offset = 0; 146 147 iop->handlers = temp_loc.handlers; 147 148 iop->file_info = temp_loc.node_access; -
cpukit/libcsupport/src/open.c
refb1b830 r9619ff3 144 144 */ 145 145 146 iop->offset = 0; 146 147 iop->handlers = temp_loc.handlers; 147 148 iop->file_info = temp_loc.node_access;
Note: See TracChangeset
for help on using the changeset viewer.