git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
os_getcwd(): do not realloc if there was no malloc().
[exim.git]
/
src
/
OS
/
os.h-HP-UX-9
diff --git
a/src/OS/os.h-HP-UX-9
b/src/OS/os.h-HP-UX-9
index dab965e3bebc787b3b351ad9ab5be7f039acc2fa..5a260d607ad9107c1c629fa0d3dc007efcbf1173 100644
(file)
--- a/
src/OS/os.h-HP-UX-9
+++ b/
src/OS/os.h-HP-UX-9
@@
-17,4
+17,7
@@
typedef struct flock flock_t;
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */