3 Per PR
#45871 Solaris derived OSs haven't DEFFILEMODE defined
4 so define it if it is not defined.
6 --- thunar-vfs/thunar-vfs-io-jobs.c.orig 2012-01-25 23:28:41.920049200 +0000
7 +++ thunar-vfs/thunar-vfs-io-jobs.c
13 +#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
16 static GList *tvij_collect_nofollow (ThunarVfsJob *job,
17 GList *base_path_list,