[Top][All Lists]
[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
- Re: [RP] Fix for ratpoison OpenBSD-Port,
Shawn Betts <=
- Re: [RP] Fix for ratpoison OpenBSD-Port, Matthias Kilian, 2004/10/07
- Re: [RP] Fix for ratpoison OpenBSD-Port, Shawn Betts, 2004/10/07
- Re: [RP] Fix for ratpoison OpenBSD-Port, Matthias Kilian, 2004/10/08
- Re: [RP] Fix for ratpoison OpenBSD-Port, Shawn Betts, 2004/10/08
- Re: [RP] Fix for ratpoison OpenBSD-Port, Matthias Kilian, 2004/10/08
- [RP] putenv(), setenv(), unsetenv() (was: Fix for ratpoison OpenBSD-Port), Matthias Kilian, 2004/10/10
- Re: [RP] putenv(), setenv(), unsetenv() (was: Fix for ratpoison OpenBSD-Port), Matthias Kilian, 2004/10/10