git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
constification
[users/jgh/exim.git]
/
src
/
OS
/
os.h-ULTRIX
diff --git
a/src/OS/os.h-ULTRIX
b/src/OS/os.h-ULTRIX
index 9985af263fecee644330ced68c86b72018c90796..08db5aec89cf6e1832a37b80ae40210354f99633 100644
(file)
--- a/
src/OS/os.h-ULTRIX
+++ b/
src/OS/os.h-ULTRIX
@@
-12,4
+12,7
@@
a minority operating system, easiest just to say "no" until someone asks. */
#define NO_OPENLOG
typedef struct flock flock_t;
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */