
14 Jan
2020
14 Jan
'20
6:27 a.m.
On Fri, Jan 10, 2020 at 03:41:08PM +0000, Daniel P. Berrangé wrote:
All UNIX platforms we care about have openpty() in the libutil library. Use of pty.h must also be made conditional, excluding Win32.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- configure.ac | 4 ++++ src/util/Makefile.inc.am | 1 + src/util/virfile.c | 14 +++++++++++++- 3 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>