Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / xfce4-thunar / patches / patch-thunar-vfs_thunar-vfs-io-jobs.c
blob6e82bccfeb2dc21ece36524a07d62707701eab4a
1 $NetBSD$
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
8 @@ -60,6 +60,9 @@
9 #endif
12 +#ifndef DEFFILEMODE
13 +#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
14 +#endif
16 static GList *tvij_collect_nofollow (ThunarVfsJob *job,
17 GList *base_path_list,