Added TODO for Axel or whoever is interested. :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-03-29 15:59:36 +00:00
parent 002c9410ed
commit 973032b8d7

View File

@ -1775,6 +1775,7 @@ static status_t
bfs_write_attr_stat(fs_volume* _volume, fs_vnode* file, void* cookie,
const struct stat* stat, int statMask)
{
// TODO: Implement (at least setting the size)!
return EOPNOTSUPP;
}