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 constify.
details: https://anonhg.NetBSD.org/src/rev/8f869137845c
branches: trunk
changeset: 572134:8f869137845c
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Dec 21 09:29:04 2004 +0000
description:
constify.
diffstat:
lib/libc/citrus/modules/citrus_iconv_std.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3e30d85077bc -r 8f869137845c lib/libc/citrus/modules/citrus_iconv_std.c
--- a/lib/libc/citrus/modules/citrus_iconv_std.c Tue Dec 21 09:07:23 2004 +0000
+++ b/lib/libc/citrus/modules/citrus_iconv_std.c Tue Dec 21 09:29:04 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_iconv_std.c,v 1.7 2003/12/29 18:05:01 yamt Exp $ */
+/* $NetBSD: citrus_iconv_std.c,v 1.8 2004/12/21 09:29:04 yamt Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_iconv_std.c,v 1.7 2003/12/29 18:05:01 yamt Exp $");
+__RCSID("$NetBSD: citrus_iconv_std.c,v 1.8 2004/12/21 09:29:04 yamt Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>
@@ -190,7 +190,7 @@
static int
open_dsts(struct _citrus_iconv_std_dst_list *dl,
- struct _esdb_charset *ec, struct _esdb *dbdst)
+ const struct _esdb_charset *ec, const struct _esdb *dbdst)
{
int i, ret;
struct _citrus_iconv_std_dst *sd, *sdtmp;
@@ -247,7 +247,7 @@
static int
open_srcs(struct _citrus_iconv_std_src_list *sl,
- struct _esdb *dbsrc, struct _esdb *dbdst)
+ const struct _esdb *dbsrc, const struct _esdb *dbdst)
{
int i, ret, count = 0;
struct _citrus_iconv_std_src *ss;
Home |
Main Index |
Thread Index |
Old Index