Changeset ac49f5d1 in mainline for uspace/srv/fs/fat/fat_fat.c


Ignore:
Timestamp:
2008-11-09T19:24:11Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a3d5f0
Parents:
913a821c
Message:

VFS_WRITE has two return arguments on success.

File:
1 edited

Legend:

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

    r913a821c rac49f5d1  
    421421 * @param lastc         Last cluster which will remain in the node. If this
    422422 *                      argument is FAT_CLST_RES0, then all clusters will
    423  *                      be choped off.
     423 *                      be chopped off.
    424424 */
    425425void fat_chop_clusters(fat_bs_t *bs, fat_node_t *nodep, fat_cluster_t lastc)
Note: See TracChangeset for help on using the changeset viewer.