aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-16 07:17:00 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-16 07:17:00 +0000
commit969dfbc7f3b75d421812626472d2c9543c018293 (patch)
tree7561fb2d8e9d41cfc5d2c3ea111069c8a22c5fd2 /bin
parentf95c930e6701aa675377bc5871ea490dd565eeba (diff)
downloadsrc-969dfbc7f3b75d421812626472d2c9543c018293.tar.gz
src-969dfbc7f3b75d421812626472d2c9543c018293.zip
Fix build after r281550 when WITHOUT_ICONV is defined.
Reported by: adrian MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=281591
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/iconv_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/iconv_stub.h b/bin/csh/iconv_stub.h
index 89e9d0db59ac..a3e069a06e31 100644
--- a/bin/csh/iconv_stub.h
+++ b/bin/csh/iconv_stub.h
@@ -30,7 +30,7 @@
#define _ICONV_H_
typedef void *iconv_t;
-typedef size_t dl_iconv_t(iconv_t, const char **, size_t *, char **, size_t *);
+typedef size_t dl_iconv_t(iconv_t, char **, size_t *, char **, size_t *);
typedef int dl_iconv_close_t(iconv_t);
extern iconv_t dl_iconv_open(const char *, const char *);