bugGNU Screen - Bugs: bug #34336, setenv on Solaris needs overwrite...

 
 

bug #34336: setenv on Solaris needs overwrite too

Submitter:  None
Submitted:  Tue 20 Sep 2011 04:00:24 AM UTC
Votes: 1
 
Category:  Build/Install Severity:  3 - Normal
Priority:  * 5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Release:  4.0.3
Fixed Release:  None Planned Release:  None
Work Required:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 27 Aug 2012 03:34:39 PM UTC, comment #1: 

Patch attached, in keeping with the philosophy of "test for features, not operating systems."

Ryan <scovich>
Tue 20 Sep 2011 04:00:24 AM UTC, original submission:  

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


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #26433:  screen-setenv.patch added by scovich (2KiB - application/octet-stream - Ditch the OS checks and make ./configure check for 3-arg setenv())

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gavollink (Voted in favor of this item)
  • -email is unavailable- added by scovich (Updated the item)
  •  

    There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-29 gavollink Carbon-Copy- Added gavollink
    2012-08-27 scovich Attached File- Added screen-setenv.patch, #26433

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code