Changeset 81b430a in mainline for uspace/srv/fs/tmpfs/tmpfs_dump.c


Ignore:
Timestamp:
2009-05-27T19:10:09Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e48aca1
Parents:
ad8fc510
Message:

More conversions to dev_handle_t.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_dump.c

    rad8fc510 r81b430a  
    5555
    5656static bool
    57 tmpfs_restore_recursion(int dev, off_t *bufpos, size_t *buflen, off_t *pos,
    58     fs_node_t *pfn)
     57tmpfs_restore_recursion(dev_handle_t dev, off_t *bufpos, size_t *buflen,
     58    off_t *pos, fs_node_t *pfn)
    5959{
    6060        struct rdentry entry;
Note: See TracChangeset for help on using the changeset viewer.