Ignore:
File:
1 edited

Legend:

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

    r0d35511 r8a637a4  
    296296 *
    297297 */
    298 fs_handle_t fs_name_to_handle(unsigned int instance, const char *name, bool lock)
     298fs_handle_t fs_name_to_handle(unsigned int instance, char *name, bool lock)
    299299{
    300300        int handle = 0;
Note: See TracChangeset for help on using the changeset viewer.