From f1383bbf4d8d0eb598c3d504ab5e6a4f67d14624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 10 Aug 2011 23:22:55 +0000 Subject: [PATCH] * Fixed build; should have been part of r42620. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42621 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/Node.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/storage/Node.cpp b/src/kits/storage/Node.cpp index 9021e04334..0def72e11b 100644 --- a/src/kits/storage/Node.cpp +++ b/src/kits/storage/Node.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2002-2009, Haiku Inc. + * Copyright 2002-2011, Haiku Inc. * Distributed under the terms of the MIT License. * * Authors: @@ -814,7 +814,7 @@ status_t BNode::InitAttrDir() { if (fCStatus == B_OK && fAttrFd < 0) { - fAttrFd = _kern_open_attr_dir(fFd, NULL); + fAttrFd = _kern_open_attr_dir(fFd, NULL, false); if (fAttrFd < 0) return fAttrFd;