diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-21 06:49:54 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-21 06:49:54 -0400 |
commit | c2fb33b4cd2a3f10d5a583b0260827457f976dac (patch) | |
tree | b02014e16e1d15bc6683e21829d7cb6516737239 /src | |
parent | f45100a3ede668925c8212076b90bc70264a0abb (diff) |
OpenBSD compat, DNS resolver library
Report and point to fix from Dennis Davis.
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/os.h-OpenBSD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index da9e1bf35..55bade674 100644 --- 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 */ |