screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #34336] setenv on Solaris needs overwrite too


From: anonymous
Subject: [screen-devel] [bug #34336] setenv on Solaris needs overwrite too
Date: Tue, 20 Sep 2011 04:00:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2

URL:
  <http://savannah.gnu.org/bugs/?34336>

                 Summary: setenv on Solaris needs overwrite too
                 Project: GNU Screen
            Submitted by: None
            Submitted on: Tue 20 Sep 2011 04:00:24 AM UTC
                Category: Build/Install
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.3
           Fixed Release: None
         Planned Release: None
           Work Required: None

    _______________________________________________________

Details:

Hi,

setenv() on Solaris (10 at least) needs three args.

$ gdiff -u0 misc.c~ misc.c
--- misc.c~     2011-09-20 13:50:34.333227000 +1000
+++ misc.c      2011-09-20 13:48:30.435501000 +1000
@@ -616 +616 @@
-# if defined(linux) || defined(__convex__) || (BSD >= 199103)
+# if defined(linux) || defined(__convex__) || (BSD >= 199103) ||
defined(__sun)
$






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34336>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]