Variable are data not text. I wonder why that ever worked under BeOS.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20261 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-03-01 02:06:31 +00:00
parent 0c2f529390
commit d8e8d39b71

View File

@ -82,7 +82,7 @@ UserlandFSServer::Init(const char* fileSystem)
// get the symbols "fs_entry" and "api_version"
beos_vnode_ops* fsOps;
error = get_image_symbol(fAddOnImage, "fs_entry", B_SYMBOL_TYPE_TEXT,
error = get_image_symbol(fAddOnImage, "fs_entry", B_SYMBOL_TYPE_DATA,
(void**)&fsOps);
if (error != B_OK)
RETURN_ERROR(error);