Changeset 13ab195 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-04-16T11:23:07Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afd9c3b
Parents:
5a841a4
Message:

d_name should be declared as const char* within the insert_dentry() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r5a841a4 r13ab195  
    188188
    189189int
    190 insert_dentry(struct mfs_node *mnode, char *d_name, fs_index_t d_inum);
     190insert_dentry(struct mfs_node *mnode, const char *d_name, fs_index_t d_inum);
    191191
    192192/*mfs_balloc.c*/
Note: See TracChangeset for help on using the changeset viewer.