Changeset 1222 for trunk/src/kash/main.c


Ignore:
Timestamp:
Oct 8, 2007, 2:24:31 AM (18 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/main.c

    r1218 r1222  
    316316
    317317        INTOFF;
    318         if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY)) >= 0)
     318        if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY, 0)) >= 0)
    319319                setinputfd(psh, fd, 1);
    320320        INTON;
     
    350350
    351351        INTOFF;
    352         if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY)) >= 0)
     352        if ((fd = shfile_open(&psh->fdtab, name, O_RDONLY, 0)) >= 0)
    353353                setinputfd(psh, fd, 1);
    354354        else
Note: See TracChangeset for help on using the changeset viewer.