Last set of minor fixes for GCC 4 build.
More will follow later, need to clean the fixes up a little :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ remove_indices(dev_t device, const char* indexPattern, bool verbose)
|
||||
memset(&glob, 0, sizeof(glob_t));
|
||||
|
||||
glob.gl_closedir = (void (*)(void *))fs_close_index_dir;
|
||||
glob.gl_readdir = fs_read_index_dir;
|
||||
glob.gl_readdir = (dirent *(*)(void *))fs_read_index_dir;
|
||||
glob.gl_opendir = open_index_dir;
|
||||
glob.gl_lstat = stat_index;
|
||||
glob.gl_stat = stat_index;
|
||||
|
||||
Reference in New Issue
Block a user