[package] update bahamut to 1.8.6 (#5546)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16891 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
--- a/include/resolv.h
|
||||
+++ b/include/resolv.h
|
||||
@@ -62,7 +62,7 @@
|
||||
@@ -60,7 +60,7 @@
|
||||
#if ((__GNU_LIBRARY__ == 6) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 3))
|
||||
# define MAXRESOLVSORT 10 /* number of net to sort on */
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
int retrans; /* retransmition time interval */
|
||||
int retry; /* number of times to retransmit */
|
||||
u_long options; /* option flags - see below. */
|
||||
@@ -81,12 +81,9 @@
|
||||
@@ -79,12 +79,9 @@ struct __res_state {
|
||||
struct in_addr addr;
|
||||
u_int32_t mask;
|
||||
} sort_list[MAXRESOLVSORT];
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
#else
|
||||
|
||||
@@ -103,9 +100,10 @@
|
||||
@@ -101,9 +98,10 @@ struct state {
|
||||
unsigned short order[MAXSERVICES + 1]; /* search service order */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user