Changeset 0c0b800 in mainline


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

Fix function definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r1e48aca1 r0c0b800  
    259259
    260260/** Process pending mount requests */
    261 void vfs_process_pending_mount()
     261void vfs_process_pending_mount(void)
    262262{
    263263        link_t *cur;
Note: See TracChangeset for help on using the changeset viewer.