summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2014-02-20 20:09:28 +0000
committerpeter <peter@FreeBSD.org>2014-02-20 20:09:28 +0000
commit6c44c7062458d613fb2ff89ed156e73b4f0d35f1 (patch)
tree2d3ef2de77628cd43664c2ebbbec4b6afbd0db12 /usr.bin/svn/lib
parent5d993dc7e646f62c74f6af06d3c76024578b58b2 (diff)
downloadFreeBSD-src-6c44c7062458d613fb2ff89ed156e73b4f0d35f1.zip
FreeBSD-src-6c44c7062458d613fb2ff89ed156e73b4f0d35f1.tar.gz
Match our implementation of iconv's inbuf argument.
Diffstat (limited to 'usr.bin/svn/lib')
-rw-r--r--usr.bin/svn/lib/libapr_util/apu_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/svn/lib/libapr_util/apu_config.h b/usr.bin/svn/lib/libapr_util/apu_config.h
index ac247d0..78a7065 100644
--- a/usr.bin/svn/lib/libapr_util/apu_config.h
+++ b/usr.bin/svn/lib/libapr_util/apu_config.h
@@ -13,7 +13,7 @@
/* #undef APU_DSO_LIBDIR */
/* Define if the inbuf parm to iconv() is const char ** */
-/* #undef APU_ICONV_INBUF_CONST */
+#define APU_ICONV_INBUF_CONST 1
/* Define that OpenSSL uses const buffers */
#define CRYPTO_OPENSSL_CONST_BUFFERS 1
OpenPOWER on IntegriCloud