From 9e85238548219ec6607922a11bc4b1c1abc4d370 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 19 Nov 2004 20:36:45 +0000 Subject: * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patch 117171-11 (sparc) or 117172-11 (x86), which fixes the Solaris 9 bug which can cause final pty output to be on close. ticket: 2776 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16891 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3af220123..a00fc94d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-11-19 Tom Yu + + * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patch + 117171-11 (sparc) or 117172-11 (x86), which fixes the Solaris 9 + bug which can cause final pty output to be on close. + 2004-11-18 Tom Yu * Makefile.in (install-headers-mkdirs): Create KRB5_INCDIR/gssrpc. -- cgit