Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove code that is not ready to be used yet
Baptiste Daroussin committed 12 years ago
commit ed315258db3f2b99030b07948e48e1d87dcd419a
parent 89bd3f32df04f06e2b6c60f2d388327b04643ef0
1 file changed +0 -9
modified libpkg/dns_utils.c
@@ -40,15 +40,6 @@ typedef union {
	unsigned char buf[1024];
} query_t;

-
static int
-
srv_cmp(const void *a, const void *b)
-
{
-
	struct dns_srvinfo *srva = (struct dns_srvinfo *)a;
-
	struct dns_srvinfo *srvb = (struct dns_srvinfo *)b;
-

-
	return (srva->priority > srvb->priority);
-
}
-

struct dns_srvinfo *
dns_getsrvinfo(const char *zone)
{