]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix mingw build of gnulib openpty
authorEric Blake <eblake@redhat.com>
Wed, 9 Nov 2011 00:14:34 +0000 (17:14 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 9 Nov 2011 16:12:40 +0000 (09:12 -0700)
commit85cf8d38994db85b71e28958e04f03c90c0cd942
tree181aa24de418fa0fe3ca9abdcaa802543a699cc6
parent676fdf8cb5d7a4d13d5bfc009e3c7958aa783072
build: fix mingw build of gnulib openpty

Commit f7bd00c12 pulled in a gnulib module that fails to compile
on mingw.  Work around it while waiting for an upstream gnulib fix.

* gnulib/local/lib/pty.in.h (openpty): Provide forward
declarations of opaque structs not present on mingw.
* gnulib/local/lib/openpty.c (openpty): Provide stub for mingw.
gnulib/local/lib/openpty.c.diff [new file with mode: 0644]
gnulib/local/lib/pty.in.h.diff [new file with mode: 0644]