Module Name:    src
Committed By:   martin
Date:           Tue Jan 21 17:22:59 UTC 2020

Modified Files:
        src/external/bsd/libarchive/include [netbsd-9]: config_netbsd.h

Log Message:
iconv needs const args on this branch (ticket #638)


To generate a diff of this commit:
cvs rdiff -u -r1.10.2.1 -r1.10.2.2 \
    src/external/bsd/libarchive/include/config_netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libarchive/include/config_netbsd.h
diff -u src/external/bsd/libarchive/include/config_netbsd.h:1.10.2.1 src/external/bsd/libarchive/include/config_netbsd.h:1.10.2.2
--- src/external/bsd/libarchive/include/config_netbsd.h:1.10.2.1	Tue Jan 21 15:48:52 2020
+++ src/external/bsd/libarchive/include/config_netbsd.h	Tue Jan 21 17:22:59 2020
@@ -1201,7 +1201,7 @@
 /* #undef HAVE__MKGMTIME64 */
 
 /* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST
+#define ICONV_CONST	const
 
 /* Version number of libarchive as a single integer */
 #define LIBARCHIVE_VERSION_NUMBER "3004000"

Reply via email to