Invert default for iconv() 2nd arg type, to match SUSv3. Bug 1161
[exim.git] / src / OS / os.h-BSDI
index cd91936de27c15e9f563125d5196c6cc932548f8..6e16722fde613c4537602b69bbc95df29c1c6183 100644 (file)
@@ -8,4 +8,7 @@
 
 typedef struct flock flock_t;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
 /* End */