7204N/AEnable use of /proc/self/cmdline on Solaris as well as Linux, now that we have
7204N/Asupport for it via PSARC/2015/207, instead of falling through to no-op case in
7204N/Ashell_global_reexec_self().
7204N/A
7204N/ANeed to submit upstream.
7204N/A
7204N/Adiff --git a/src/shell-global.c b/src/shell-global.c
7204N/Aindex 6dda352..a698f0e 100644
7204N/A--- a/src/shell-global.c
7204N/A+++ b/src/shell-global.c
7204N/A@@ -1244,7 +1244,7 @@ shell_global_reexec_self (ShellGlobal *global)
7204N/A GPtrArray *arr;
7204N/A gsize len;
7204N/A
7204N/A-#if defined __linux__
7204N/A+#if defined __linux__ || defined __sun
7204N/A char *buf;
7204N/A char *buf_p;
7204N/A char *buf_end;