From a9a4bc6e1c51035fd2de1f1b52e16d5e174d2360 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 28 Apr 2007 18:46:58 +0000 Subject: [PATCH] Copy'n'paste oversight. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20884 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/fs_shell/stat_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/fs_shell/stat_util.h b/src/tools/fs_shell/stat_util.h index 35347032e5..d3c912502f 100644 --- a/src/tools/fs_shell/stat_util.h +++ b/src/tools/fs_shell/stat_util.h @@ -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);