Copy'n'paste oversight.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20884 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3294d37f01
commit
a9a4bc6e1c
@ -16,7 +16,7 @@ namespace FSShell {
|
||||
mode_t to_platform_mode(fssh_mode_t mode);
|
||||
|
||||
void from_platform_stat(const struct stat *st, struct fssh_stat *fsshStat);
|
||||
void to_platform_stat(const struct my_stat *fsshStat, struct stat *st);
|
||||
void to_platform_stat(const struct fssh_stat *fsshStat, struct stat *st);
|
||||
|
||||
extern int to_platform_open_mode(int fsshMode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user