haiku/src/build
Michael Lotz b962e48498 _kern_open_parent_dir has different semantics for the supplied name argument.
It's supposed to be filled with the entry name of the directory and not as in
all the other cases used as a leaf name to be appended to the dir. This would
lead to some errors with operations based on directory fds in the build libroot
and build libbe and in the end make generate_attribute_stores fail on platforms
that don't have an 0 initialized stack (since the supplied name buffer would
contain garbage later attached to the directory path).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29227 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-02-15 21:10:02 +00:00
..
libbe Preparations for removing __BEOS__ from the compiler defines. 2008-10-23 21:46:26 +00:00
libhaikucompat Added header directory missing for <asm_defs.h>. Should fix the build on 2008-09-26 13:36:29 +00:00
libroot _kern_open_parent_dir has different semantics for the supplied name argument. 2009-02-15 21:10:02 +00:00
Jamfile