mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-11 09:17:38 +00:00
- (stevesk) fix spurious ; from NCR change.
This commit is contained in:
parent
381d8d9d89
commit
0bd4b34c9b
@ -1,5 +1,6 @@
|
|||||||
20020105
|
20020105
|
||||||
- (bal) NCR requies use_pipes to operate correctly.
|
- (bal) NCR requies use_pipes to operate correctly.
|
||||||
|
- (stevesk) fix spurious ; from NCR change.
|
||||||
|
|
||||||
20020103
|
20020103
|
||||||
- (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
|
- (djm) Use bigcrypt() on systems with SCO_PROTECTED_PW. Patch from
|
||||||
@ -7121,4 +7122,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1715 2002/01/05 17:15:30 mouring Exp $
|
$Id: ChangeLog,v 1.1716 2002/01/05 23:24:27 stevesk Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
i# $Id: configure.ac,v 1.8 2002/01/05 17:15:32 mouring Exp $
|
i# $Id: configure.ac,v 1.9 2002/01/05 23:24:28 stevesk Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -184,7 +184,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||||
LIBS="$LIBS -lc89"
|
LIBS="$LIBS -lc89"
|
||||||
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
|
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
|
||||||
AC_DEFINE(USE_PIPES);
|
AC_DEFINE(USE_PIPES)
|
||||||
;;
|
;;
|
||||||
*-sni-sysv*)
|
*-sni-sysv*)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||||
|
Loading…
Reference in New Issue
Block a user