git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45100a
)
OpenBSD compat, DNS resolver library
author
Phil Pennock
<pdp@exim.org>
Mon, 21 May 2012 10:49:54 +0000
(06:49 -0400)
committer
Phil Pennock
<pdp@exim.org>
Mon, 21 May 2012 10:49:54 +0000
(06:49 -0400)
Report and point to fix from Dennis Davis.
src/OS/os.h-OpenBSD
patch
|
blob
|
history
diff --git
a/src/OS/os.h-OpenBSD
b/src/OS/os.h-OpenBSD
index da9e1bf358587b65bc2e4877e91b319609b70400..55bade674a1da417887ef92b53a22ca5cbc14f55 100644
(file)
--- a/
src/OS/os.h-OpenBSD
+++ b/
src/OS/os.h-OpenBSD
@@
-11,4
+11,6
@@
typedef struct flock flock_t;
#define os_strsignal strsignal
#define OS_STRSIGNAL
+typedef struct __res_state *res_state;
+
/* End */