Changeset cfbcd86 in mainline for uspace/srv/fs/minixfs/mfs_read.c


Ignore:
Timestamp:
2011-03-24T19:53:42Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
54caa41b
Parents:
4611094f
Message:

Link mfs_plb_get_char to the libfs structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_read.c

    r4611094f rcfbcd86  
    5959
    6060        if (mnode->ino_i->i_size < (int32_t) pos) {
     61                /*Trying to read beyond the end of file*/
    6162                r = EOK;
    6263                *b = 0;
Note: See TracChangeset for help on using the changeset viewer.