cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.38k stars 288 forks source link

configure: Enable /dev/ptmx for Linux, Darwin. #190

Closed fragglet closed 4 years ago

fragglet commented 4 years ago

Both of these systems have /dev/ptmx for creating pseudoterminals. OS X Leopard (10.5) added it in 2007, and Linux has had support for it since v2.1 (1998).

This fixes a bug with pseudoterminal creation on Linux and macOS where a new pseudoterminal cannot be created because the wrong method is being used to find one.

fragglet commented 4 years ago

Thanks! Can you merge?