1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/misc/dynomite/files/patch-src_seedsprovider_dyn__dns.c

11 lines
290 B
C

--- src/seedsprovider/dyn_dns.c.orig 2020-02-23 01:01:26 UTC
+++ src/seedsprovider/dyn_dns.c
@@ -1,7 +1,7 @@
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <netdb.h>
-#include <resolv.h>
+//#include <resolv.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>