Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/citrus add comment about r1.6 -> r1.7 change.
details: https://anonhg.NetBSD.org/src/rev/84633740a8fa
branches: trunk
changeset: 771424:84633740a8fa
user: tnozaki <tnozaki%NetBSD.org@localhost>
date: Sun Nov 20 07:43:52 2011 +0000
description:
add comment about r1.6 -> r1.7 change.
diffstat:
lib/libc/citrus/citrus_csmapper.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 9e8a2790fb9a -r 84633740a8fa lib/libc/citrus/citrus_csmapper.c
--- a/lib/libc/citrus/citrus_csmapper.c Sun Nov 20 04:18:57 2011 +0000
+++ b/lib/libc/citrus/citrus_csmapper.c Sun Nov 20 07:43:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_csmapper.c,v 1.10 2009/01/11 02:46:24 christos Exp $ */
+/* $NetBSD: citrus_csmapper.c,v 1.11 2011/11/20 07:43:52 tnozaki Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_csmapper.c,v 1.10 2009/01/11 02:46:24 christos Exp $");
+__RCSID("$NetBSD: citrus_csmapper.c,v 1.11 2011/11/20 07:43:52 tnozaki Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
@@ -142,6 +142,7 @@
if (ret)
goto quit3;
if (_db_lookup_by_s(db3, dst, &r2, NULL) != 0)
+ /* don't break the loop, test all src/dst pairs. */
goto quit4;
/* r2: norm among pivot and dst */
ret = get32(&r2, &val32);
Home |
Main Index |
Thread Index |
Old Index