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
Fix macOS build
[users/jgh/exim.git]
/
src
/
src
/
os.c
diff --git
a/src/src/os.c
b/src/src/os.c
index c44bd3e99a7c7f0a9cc1d2a64593b576b21caf04..ae9c6043cdb1f81e74852acf55b116ada20658f7 100644
(file)
--- a/
src/src/os.c
+++ b/
src/src/os.c
@@
-831,7
+831,7
@@
return type.
res_state
os_get_dns_resolver_res(void)
{
-
return &_res;
+return &_res;
}
#endif /* OS_GET_DNS_RESOLVER_RES */