Testsuite: fix 0903
[exim.git] / src / OS / os.h-OpenBSD
index 9578047af72d4b11d236f18d9af1407355cd180d..5d55a967ea5d6dda5f736e69df493f2913cd29ff 100644 (file)
@@ -20,4 +20,11 @@ typedef struct flock flock_t;
 
 typedef struct __res_state *res_state;
 
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
+#ifndef EPROTO
+# define EPROTO 71
+#endif
+
 /* End */