summaryrefslogtreecommitdiff
path: root/glib/patches/0006-solaris-mounts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'glib/patches/0006-solaris-mounts.patch')
-rw-r--r--glib/patches/0006-solaris-mounts.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/glib/patches/0006-solaris-mounts.patch b/glib/patches/0006-solaris-mounts.patch
new file mode 100644
index 0000000..d3fa526
--- /dev/null
+++ b/glib/patches/0006-solaris-mounts.patch
@@ -0,0 +1,19 @@
+diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c
+index e288e06..4edcbe4 100644
+--- a/gio/gunixmounts.c
++++ b/gio/gunixmounts.c
+@@ -271,6 +271,14 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
+ "/sbin",
+ "/net",
+ "/sys",
++ "/devices",
++ "/system/contract",
++ "/etc/mnttab",
++ "/etc/svc/volatile",
++ "/system/object",
++ "/etc/dfs/sharetab",
++ "/dev/fd",
++ "/lib/libc.so.1",
+ NULL
+ };
+