Changeset df097bf in buchla-68k for libcio/fseek.c


Ignore:
Timestamp:
07/01/2017 10:09:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c091ef8
Parents:
9bf0f86
Message:

Code compiles, doesn't link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fseek.c

    r9bf0f86 rdf097bf  
    4141        lr = lseek(fp->_unit, pos, mode);
    4242
    43         if (chantab[fp->_unit].c_arg->modefl & FC_EOF)
     43        if (((struct fcb *)chantab[fp->_unit].c_arg)->modefl & FC_EOF)
    4444                fp->_flags |= _EOF;
    4545
Note: See TracChangeset for help on using the changeset viewer.