Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/citrus/modules Actually return something deterministic



details:   https://anonhg.NetBSD.org/src/rev/8d7b88822c7b
branches:  trunk
changeset: 765249:8d7b88822c7b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon May 23 14:45:44 2011 +0000

description:
Actually return something deterministic

diffstat:

 lib/libc/citrus/modules/citrus_iconv_none.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 63049e876b79 -r 8d7b88822c7b lib/libc/citrus/modules/citrus_iconv_none.c
--- a/lib/libc/citrus/modules/citrus_iconv_none.c       Mon May 23 14:34:29 2011 +0000
+++ b/lib/libc/citrus/modules/citrus_iconv_none.c       Mon May 23 14:45:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: citrus_iconv_none.c,v 1.2 2003/07/01 09:42:16 tshiozak Exp $   */
+/*     $NetBSD: citrus_iconv_none.c,v 1.3 2011/05/23 14:45:44 joerg Exp $      */
 
 /*-
  * Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_iconv_none.c,v 1.2 2003/07/01 09:42:16 tshiozak Exp $");
+__RCSID("$NetBSD: citrus_iconv_none.c,v 1.3 2011/05/23 14:45:44 joerg Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include <assert.h>
@@ -87,6 +87,7 @@
 _citrus_iconv_none_iconv_init_context(struct _citrus_iconv *cv)
 {
        cv->cv_closure = NULL;
+       return 0;
 }
 
 static void



Home | Main Index | Thread Index | Old Index