usr/src/cmd/screen/patches/misc.c.patch
author Jon Tibble <meths@btinternet.com>
Mon, 04 May 2015 14:04:39 +0100
branchoi_151a
changeset 254 9c2a4ac793f0
parent 0 b34509ac961f
permissions -rw-r--r--
Bash patch catchup including shellshock

--- screen-4.0.2/misc.c	2003-12-05 19:15:41.000000000 +0530
+++ screen-4.0.2/misc.c	2006-04-03 16:46:19.150133000 +0530
@@ -613,7 +613,7 @@
    */
 # endif /* NEEDSETENV */
 #else /* USESETENV */
-# if defined(linux) || defined(__convex__) || (BSD >= 199103)
+# if defined(linux) || defined(__convex__) || (BSD >= 199103) || (__sun)
   setenv(var, value, 1);
 # else
   setenv(var, value);