update to pre-4.87 master
[exim.git] / src / OS / os.h-HI-UX
index e6f5fdf6141517f8f6d87cfc592f202b2b6eacb6..f3df9638c50780eb8cff051ee90d612aeceffbbb 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/OS/os.h-HI-UX,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */
-
 /* Exim: OS-specific C header file for HI-UX */
 
 #define LOAD_AVG_NEEDS_ROOT
@@ -17,4 +15,7 @@
 
 typedef struct flock flock_t;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
 /* End */