Changeset 1222 for trunk/src/kash/main.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/main.c
r1218 r1222 316 316 317 317 INTOFF; 318 if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY )) >= 0)318 if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY, 0)) >= 0) 319 319 setinputfd(psh, fd, 1); 320 320 INTON; … … 350 350 351 351 INTOFF; 352 if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY )) >= 0)352 if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY, 0)) >= 0) 353 353 setinputfd(psh, fd, 1); 354 354 else
Note:
See TracChangeset
for help on using the changeset viewer.