summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-11-12 09:22:29 +0000
committerKevin Steves <stevesk@pobox.com>2000-11-12 09:22:29 +0000
commit6c0d627e86a455dbf46128eb31397824a907e3d4 (patch)
treeab473760984d2ae994c127a87f3caf7d1bf562a8 /ChangeLog
parent980754ce49de5fe7b8a61fceb5c31c29beeea1d3 (diff)
- (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
failed ioctl(TIOCSCTTY) call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bccc56508..5eb830c21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (bal) SCO Patch to add needed libraries for configure.in. Patch by 2 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
3 Phillips Porch <root@theporch.com> 3 Phillips Porch <root@theporch.com>
4 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker <dcp@sgi.com> 4 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker <dcp@sgi.com>
5 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
6 failed ioctl(TIOCSCTTY) call.
5 7
620001111 820001111
7 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and 9 - (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and