mirror of git://anongit.mindrot.org/openssh.git
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
bug 167
This commit is contained in:
parent
b57a4bf93f
commit
117b06dec9
|
@ -1,3 +1,7 @@
|
||||||
|
20020330
|
||||||
|
- (stevesk) [configure.ac] remove header check for sys/ttcompat.h
|
||||||
|
bug 167
|
||||||
|
|
||||||
20020327
|
20020327
|
||||||
- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
|
- (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by
|
||||||
kent@lysator.liu.se
|
kent@lysator.liu.se
|
||||||
|
@ -8089,4 +8093,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2001 2002/03/27 18:00:59 mouring Exp $
|
$Id: ChangeLog,v 1.2002 2002/03/30 17:55:21 stevesk Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.28 2002/03/22 18:19:54 stevesk Exp $
|
# $Id: configure.ac,v 1.29 2002/03/30 17:55:23 stevesk Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
|
||||||
strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
|
strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
|
||||||
sys/poll.h sys/queue.h sys/select.h sys/stat.h \
|
sys/poll.h sys/queue.h sys/select.h sys/stat.h \
|
||||||
sys/stropts.h sys/sysmacros.h sys/time.h \
|
sys/stropts.h sys/sysmacros.h sys/time.h \
|
||||||
sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \
|
sys/un.h time.h ttyent.h usersec.h \
|
||||||
util.h utime.h utmp.h utmpx.h)
|
util.h utime.h utmp.h utmpx.h)
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
|
Loading…
Reference in New Issue