* Fixed build; should have been part of r42620.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2002-2009, Haiku Inc.
|
* Copyright 2002-2011, Haiku Inc.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -814,7 +814,7 @@ status_t
|
|||||||
BNode::InitAttrDir()
|
BNode::InitAttrDir()
|
||||||
{
|
{
|
||||||
if (fCStatus == B_OK && fAttrFd < 0) {
|
if (fCStatus == B_OK && fAttrFd < 0) {
|
||||||
fAttrFd = _kern_open_attr_dir(fFd, NULL);
|
fAttrFd = _kern_open_attr_dir(fFd, NULL, false);
|
||||||
if (fAttrFd < 0)
|
if (fAttrFd < 0)
|
||||||
return fAttrFd;
|
return fAttrFd;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user