Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.0.8-test-2
2015/08/23 17:31, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> Jun T. wrote on Sat, Aug 22, 2015 at 20:48:47 +0900:
>> -#ifdef USE_DEV_PTMX
>> +#if defined(USE_DEV_PTMX) && !defined(__OpenBSD__)
>
> Wouldn't it be better to change configure to avoid defining the macro in
> the first place on OpenBSD?
Yes.
But I wanted to make the change minimum just before the release of 8.1.0.
It seems using /dev/ptm (or openpty()) is the standard method of allocating
pty on OpenBSD. But I think it better to work on this after the release.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author