A bit more debugging output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-03-18 02:10:19 +00:00
parent 74b043d98d
commit 1e5006ddc3
+1
View File
@@ -1434,6 +1434,7 @@ pipefs_set_flags(fs_volume _volume, fs_vnode _vnode, fs_cookie _cookie, int flag
{
file_cookie *cookie = (file_cookie *)_cookie;
TRACE(("pipefs_set_flags(vnode = %p, flags = %x)\n", _vnode, flags));
cookie->open_mode = (cookie->open_mode & ~(O_APPEND | O_NONBLOCK)) | flags;
return B_OK;
}