Changeset efd4a72 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2007-12-16T16:25:26Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c82d28
Parents:
74303b6
Message:

VFS work.
Move FS registration code to libfs.

File:
1 edited

Legend:

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

    r74303b6 refd4a72  
    4242#include <errno.h>
    4343
    44 #define PLB_GET_CHAR(i)         (plb_ro[(i) % PLB_SIZE])
     44#define PLB_GET_CHAR(i)         (fat_reg.plb_ro[(i) % PLB_SIZE])
    4545
    4646#define FAT_NAME_LEN            8
Note: See TracChangeset for help on using the changeset viewer.