diff options
| author | yamt <yamt@NetBSD.org> | 2011-10-31 13:27:51 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2011-10-31 13:27:51 +0000 |
| commit | 79e22a8dd73333ef2e9efe626d25a9bab6d05891 (patch) | |
| tree | c5f2f04660532a1b296281cabd11a012f10ad638 /usr.bin/iconv | |
| parent | 59a365eb19f25f46bf071ed0f5a3c30173c31527 (diff) | |
annotate for lint
Diffstat (limited to 'usr.bin/iconv')
| -rw-r--r-- | usr.bin/iconv/iconv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/iconv/iconv.c b/usr.bin/iconv/iconv.c index e50c1742170..8d18d2ed97c 100644 --- a/usr.bin/iconv/iconv.c +++ b/usr.bin/iconv/iconv.c @@ -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) |
