This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- progsreiserfs-0.3.1-rc8.old/libreiserfs/core.c +++ progsreiserfs-0.3.1-rc8/libreiserfs/core.c @@ -1571,7 +1571,7 @@ return DOT_DOT_OFFSET; hash_func = reiserfs_fs_hash_func(reiserfs_fs_hash(fs)); - hash_value = hash_func(name, strlen(name)); + hash_value = hash_func ((const signed char *) name, strlen(name)); hash_value = GET_HASH_VALUE(hash_value);