Changeset 4bf40f6 in mainline for uspace/srv/fs/fat/fat.c


Ignore:
Timestamp:
2008-08-12T19:14:09Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79d031b
Parents:
17b2aac
Message:

Dummy implementation of fat_read().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.c

    r17b2aac r4bf40f6  
    108108                        fat_lookup(callid, &call);
    109109                        break;
     110                case VFS_READ:
     111                        fat_read(callid, &call);
     112                        break;
    110113                default:
    111114                        ipc_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.