projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca492d8
)
MacOS: fix clang redef warning
author
Phil Pennock
<pdp@exim.org>
Mon, 14 Jul 2014 07:10:41 +0000
(
03:10
-0400)
committer
Phil Pennock
<pdp@exim.org>
Mon, 14 Jul 2014 07:10:41 +0000
(
03:10
-0400)
src/OS/os.h-Darwin
patch
|
blob
|
blame
|
history
diff --git
a/src/OS/os.h-Darwin
b/src/OS/os.h-Darwin
index af06bdcbcd6a0bbb7e07ad1c2ab3024827b4f86f..559003f537b24b7b9ef3cc255e79a3b0db827385 100644
(file)
--- a/
src/OS/os.h-Darwin
+++ b/
src/OS/os.h-Darwin
@@
-36,7
+36,10
@@
updating Exim to use the newer interface. */
#define DYNLIB_FN_EXT "dylib"
/* We currently need some assistance getting OFF_T_FMT correct on MacOS */
-#define OFF_T_FMT "%llu"
+#ifdef OFF_T_FMT
+# undef OFF_T_FMT
+#endif
+#define OFF_T_FMT "%lld"
#define LONGLONG_T long int
/* End */