haiku/src/tests/add-ons/kernel
Ingo Weinhold 468009f830 Replaced all "bool"s by "int"s. Apparently passing a bool as function
parameter from a C++ to a C context doesn't work as expected (on x86).
The caller reserves 4 bytes on the stack, but initializes only the
less significant 2 of them, while the callee reads all four bytes.
A symptom was, that one couldn't remove a symlink pointing to a directory.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16352 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-02-11 19:35:41 +00:00
..
disk_scanner Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
drivers Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
file_systems Replaced all "bool"s by "int"s. Apparently passing a bool as function 2006-02-11 19:35:41 +00:00
network Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
kernelland_emu.cpp Made some kernel tests build again (that didn't work anymore since I moved 2005-03-21 17:38:22 +00:00