summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dd89c9bb..effd2e90c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120020330
2 - (stevesk) [configure.ac] remove header check for sys/ttcompat.h
3 bug 167
4
120020327 520020327
2 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by 6 - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
3 kent@lysator.liu.se 7 kent@lysator.liu.se
@@ -8089,4 +8093,4 @@
8089 - Wrote replacements for strlcpy and mkdtemp 8093 - Wrote replacements for strlcpy and mkdtemp
8090 - Released 1.0pre1 8094 - Released 1.0pre1
8091 8095
8092$Id: ChangeLog,v 1.2001 2002/03/27 18:00:59 mouring Exp $ 8096$Id: ChangeLog,v 1.2002 2002/03/30 17:55:21 stevesk Exp $
diff --git a/configure.ac b/configure.ac
index c704da3d3..5d7bc20e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.28 2002/03/22 18:19:54 stevesk Exp $ 1# $Id: configure.ac,v 1.29 2002/03/30 17:55:23 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
329 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ 329 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
330 sys/poll.h sys/queue.h sys/select.h sys/stat.h \ 330 sys/poll.h sys/queue.h sys/select.h sys/stat.h \
331 sys/stropts.h sys/sysmacros.h sys/time.h \ 331 sys/stropts.h sys/sysmacros.h sys/time.h \
332 sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ 332 sys/un.h time.h ttyent.h usersec.h \
333 util.h utime.h utmp.h utmpx.h) 333 util.h utime.h utmp.h utmpx.h)
334 334
335# Checks for libraries. 335# Checks for libraries.