Cross Reference: misc.c.patch
xref
: /
solaris-userland-s11u3
/
components
/
screen
/
patches
/
misc.c.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
85
N/A
---
screen-4.0.2/misc.c
2003-12-05 19:15:41.000000000 +0530
85
N/A
+++
screen-4.0.2/misc.c
2006-04-03 16:46:19.150133000 +0530
85
N/A
@@ -613,7 +613,7 @@
85
N/A
*/
85
N/A
# endif /* NEEDSETENV */
85
N/A
#else /* USESETENV */
85
N/A
-# if defined(linux) || defined(__convex__) || (BSD >= 199103)
85
N/A
+# if defined(linux) || defined(__convex__) || (BSD >= 199103) || (__sun)
85
N/A
setenv(var, value, 1);
85
N/A
# else
85
N/A
setenv(var, value);
85
N/A