ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] Fix for ratpoison OpenBSD-Port


From: Shawn Betts
Subject: Re: [RP] Fix for ratpoison OpenBSD-Port
Date: Thu Oct 7 10:12:37 2004
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Matthias Kilian <address@hidden> writes:

> Hi,
> 
> there's a small problem with ratpoison's unsetenv on OpenBSD: the call
> to putenv(3) doesn't work as intended, as it *requires* an argument
> containing an equals sign.
> 
> I've solved that by using unsetenv(3), but it could also fixed by
> appending an equals sign to the argument. Using unsetenv(3) thus seems
> to be simpler (no copy/append of a string), but since the ChangeLog
> mentions a switch from setenv(3)/unsetenv(3) to putenv(3), YMMV.

I just added code to CVS to add an '=' and pass it to putenv. Can you
test it on your OpenBSD box? I don't have one.

-Shawn



reply via email to

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