OpenBSD compat, DNS resolver library
authorPhil Pennock <pdp@exim.org>
Mon, 21 May 2012 10:49:54 +0000 (06:49 -0400)
committerPhil 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

index da9e1bf358587b65bc2e4877e91b319609b70400..55bade674a1da417887ef92b53a22ca5cbc14f55 100644 (file)
@@ -11,4 +11,6 @@ typedef struct flock flock_t;
 #define os_strsignal strsignal
 #define OS_STRSIGNAL
 
+typedef struct __res_state *res_state;
+
 /* End */