summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-21 17:58:29 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-21 17:58:29 +1000
commit70a3d55b4a50c624557b81a5dece2727cd01cff1 (patch)
treecfeeaf70cb93500389633651f0765bbf1d8a5ab2 /ChangeLog
parent8e3653d2f330a96b4aefaccac3f1031749aebd53 (diff)
- (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
and after normal openpty test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf88cca4c..081b07907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros, 6 - (dtucker) [defines.h] Put CMSG_DATA, CMSG_FIRSTHDR with other CMSG* macros,
7 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for 7 change CMSG_DATA to use __CMSG_ALIGN (and thus work properly), reformat for
8 consistency. 8 consistency.
9 - (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
10 and after normal openpty test.
9 11
1020030813 1220030813
11 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge. 13 - (dtucker) [session.c] Remove #ifdef TIOCSBRK kludge.
@@ -843,4 +845,4 @@
843 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 845 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
844 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 846 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
845 847
846$Id: ChangeLog,v 1.2895 2003/08/21 06:49:41 dtucker Exp $ 848$Id: ChangeLog,v 1.2896 2003/08/21 07:58:29 dtucker Exp $