Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 29 Oct 2016 20:58:24 +0200
From: "Dmitrij D. Czarkoff" <czarkoff@...il.com>
To: musl@...ts.openwall.com
Cc: "Dmitrij D. Czarkoff" <czarkoff@...il.com>
Subject: [PATCH] Define __RES to 19960801

BIND 8.2 introduced res_ninit() and other functions taking resolver state as
argument.
---
 include/resolv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/resolv.h b/include/resolv.h
index e12cb3c..8b23ad6 100644
--- a/include/resolv.h
+++ b/include/resolv.h
@@ -61,7 +61,7 @@ typedef struct __res_state {
 	} _u;
 } *res_state;
 
-#define	__RES	19991006
+#define	__RES	19960801
 
 #ifndef _PATH_RESCONF
 #define _PATH_RESCONF        "/etc/resolv.conf"
-- 
2.10.1

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.