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/input.c

    r1218 r1222  
    390390        INTOFF;
    391391/** @todo shfile fixme */
    392         if ((fd = shfile_open(&psh->fdtab, fname, O_RDONLY)) < 0)
     392        if ((fd = shfile_open(&psh->fdtab, fname, O_RDONLY, 0)) < 0)
    393393                error(psh, "Can't open %s", fname);
    394394        if (fd < 10) {
Note: See TracChangeset for help on using the changeset viewer.