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
Logging: fix errno decodes
[users/jgh/exim.git]
/
src
/
OS
/
os.h-USG
diff --git
a/src/OS/os.h-USG
b/src/OS/os.h-USG
index 1c780ee64779e2f14f9abd9af8dd82004c6f8700..e7692206713ba22b73272700026b02b4a3f97973 100644
(file)
--- a/
src/OS/os.h-USG
+++ b/
src/OS/os.h-USG
@@
-13,4
+13,7
@@
#define _SVID3
#define NEED_H_ERRNO
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */