mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
- (djm) [configure.ac] unbreak: remove extra closing brace
This commit is contained in:
parent
42743cb6ba
commit
ff2e492028
@ -6,6 +6,7 @@
|
|||||||
Tru64. readv doesn't seem to be a comparable object there.
|
Tru64. readv doesn't seem to be a comparable object there.
|
||||||
bz#1386, patch from dtucker@ ok me
|
bz#1386, patch from dtucker@ ok me
|
||||||
- (djm) [Makefile.in] Pass though pass to conch for interop tests
|
- (djm) [Makefile.in] Pass though pass to conch for interop tests
|
||||||
|
- (djm) [configure.ac] unbreak: remove extra closing brace
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- djm@cvs.openbsd.org 2008/07/04 23:08:25
|
- djm@cvs.openbsd.org 2008/07/04 23:08:25
|
||||||
[packet.c]
|
[packet.c]
|
||||||
@ -4591,4 +4592,4 @@
|
|||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.5063 2008/07/04 23:50:23 djm Exp $
|
$Id: ChangeLog,v 1.5064 2008/07/04 23:52:03 djm Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.407 2008/07/04 23:36:58 djm Exp $
|
# $Id: configure.ac,v 1.408 2008/07/04 23:52:03 djm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1999-2004 Damien Miller
|
# Copyright (c) 1999-2004 Damien Miller
|
||||||
#
|
#
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
|
||||||
AC_REVISION($Revision: 1.407 $)
|
AC_REVISION($Revision: 1.408 $)
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
@ -841,7 +841,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||||||
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
AC_DEFINE(SETEUID_BREAKS_SETUID)
|
||||||
AC_DEFINE(BROKEN_SETREUID)
|
AC_DEFINE(BROKEN_SETREUID)
|
||||||
AC_DEFINE(BROKEN_SETREGID)
|
AC_DEFINE(BROKEN_SETREGID)
|
||||||
AC_DEFINE(BROKEN_READV_COMPARISON, 1, [Can't do comparisons on readv]))
|
AC_DEFINE(BROKEN_READV_COMPARISON, 1, [Can't do comparisons on readv])
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*-*-nto-qnx*)
|
*-*-nto-qnx*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user