]> andersk Git - openssh.git/commitdiff
- (djm) [configure.ac] unbreak: remove extra closing brace
authordjm <djm>
Fri, 4 Jul 2008 23:52:03 +0000 (23:52 +0000)
committerdjm <djm>
Fri, 4 Jul 2008 23:52:03 +0000 (23:52 +0000)
ChangeLog
configure.ac

index e289cb63fdf8acf1625731087cde6905d933396e..e3cd2025b45a4e84a845912f055d24870aa7b410 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
    Tru64. readv doesn't seem to be a comparable object there.
    bz#1386, patch from dtucker@ ok me
  - (djm) [Makefile.in] Pass though pass to conch for interop tests
+ - (djm) [configure.ac] unbreak: remove extra closing brace
  - (djm) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2008/07/04 23:08:25
      [packet.c]
index a970e02ad68c7c6d169bed5b6b8ecf9f18cc92e0..f3709b4fc93b0830a19bceb2c8e3630fd2499f03 100644 (file)
@@ -841,7 +841,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
        AC_DEFINE(BROKEN_SETREUID)
        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*)
This page took 0.06946 seconds and 5 git commands to generate.