components/screen/patches/misc.c.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 01 Mar 2011 14:19:15 -0800
changeset 115 c360825c3a3f
parent 85 components/screen/misc.c.patch@8098282b503b
permissions -rw-r--r--
7022166 userland patches should move to subdirs

--- 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);