Module Name: src
Committed By: yamt
Date: Mon Oct 31 13:27:51 UTC 2011
Modified Files:
src/usr.bin/iconv: iconv.c
Log Message:
annotate for lint
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/iconv/iconv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/iconv/iconv.c
diff -u src/usr.bin/iconv/iconv.c:1.17 src/usr.bin/iconv/iconv.c:1.18
--- src/usr.bin/iconv/iconv.c:1.17 Fri Sep 16 15:39:26 2011
+++ src/usr.bin/iconv/iconv.c Mon Oct 31 13:27:51 2011
@@ -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 @@ show_codesets(void)
#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)