Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/iconv annotate for lint
details: https://anonhg.NetBSD.org/src/rev/c80294dc014b
branches: trunk
changeset: 770741:c80294dc014b
user: yamt <yamt%NetBSD.org@localhost>
date: Mon Oct 31 13:27:51 2011 +0000
description:
annotate for lint
diffstat:
usr.bin/iconv/iconv.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 864cc8c5140d -r c80294dc014b usr.bin/iconv/iconv.c
--- a/usr.bin/iconv/iconv.c Mon Oct 31 13:25:21 2011 +0000
+++ b/usr.bin/iconv/iconv.c Mon Oct 31 13:27:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iconv.c,v 1.17 2011/09/16 15:39:26 joerg Exp $ */
+/* $NetBSD: iconv.c,v 1.18 2011/10/31 13:27:51 yamt Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: iconv.c,v 1.17 2011/09/16 15:39:26 joerg Exp $");
+__RCSID("$NetBSD: iconv.c,v 1.18 2011/10/31 13:27:51 yamt Exp $");
#endif /* LIBC_SCCS and not lint */
#include <err.h>
@@ -89,6 +89,7 @@
#define INBUFSIZE 1024
#define OUTBUFSIZE (INBUFSIZE * 2)
+/*ARGSUSED*/
static void
do_conv(const char *fn, FILE *fp, const char *from, const char *to, int silent,
int hide_invalid)
Home |
Main Index |
Thread Index |
Old Index