Fixed duplicate parameter name.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2e47b62e2c
commit
f6d0017dea
@ -480,7 +480,7 @@ static status_t attr_close(struct file_descriptor* descriptor);
|
||||
static status_t attr_read_stat(struct file_descriptor* descriptor,
|
||||
struct stat* statData);
|
||||
static status_t attr_write_stat(struct file_descriptor* descriptor,
|
||||
const struct stat* descriptor, int statMask);
|
||||
const struct stat* stat, int statMask);
|
||||
static status_t index_dir_read(struct io_context* context,
|
||||
struct file_descriptor* descriptor, struct dirent* buffer, size_t bufferSize,
|
||||
uint32* _count);
|
||||
|
Loading…
Reference in New Issue
Block a user