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
Auth: fix error check in CRAM-MD5
[users/jgh/exim.git]
/
src
/
OS
/
os.h-GNUkFreeBSD
diff --git
a/src/OS/os.h-GNUkFreeBSD
b/src/OS/os.h-GNUkFreeBSD
index e60690f71a4260a5455ac47d4b314cb68a245101..ab3503131443dbf29a064473045d04b9e6c4e024 100644
(file)
--- a/
src/OS/os.h-GNUkFreeBSD
+++ b/
src/OS/os.h-GNUkFreeBSD
@@
-19,4
+19,7
@@
typedef struct flock flock_t;
#define HAVE_SYS_MOUNT_H
#define SIOCGIFCONF_GIVES_ADDR
+/* default is non-const */
+#define ICONV_ARG2_TYPE const char **
+
/* End */