Cross Reference: openpty.patch
xref
: /
solaris-userland
/
components
/
tcl
/
expect
/
patches
/
openpty.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
openpty.patch revision 5473
5473
N/A
Patch to disable openpty function in expect.
5473
N/A
This bug originated in-house. This is a temporary
5473
N/A
fix until 22706805 is fixed and expect is modified
5473
N/A
to use openpty correctly on Solaris and thus
5473
N/A
will not be submitted upstream. (see bug 22742744)
5473
N/A
5473
N/A
5473
N/A
---
expect5.45/configure.in.orig
2010-08-27 14:51:53.000000000 -0700
5473
N/A
+++
expect5.45/configure.in
2016-02-17 17:25:12.678863161 -0800
5473
N/A
@@ -207,7 +207,7 @@
5473
N/A
5473
N/A
######################################################################
5473
N/A
# Check for
FreeBSD/NetBSD
openpty()
5473
N/A
-unset ac_cv_func_openpty
5473
N/A
+ac_cv_func_openpty=no
5473
N/A
5473
N/A
AC_CHECK_FUNC(openpty, AC_DEFINE(HAVE_OPENPTY) openpty=1 , openpty=0)
5473
N/A
if test $openpty -eq 0 ; then