mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
10 lines
191 B
C
10 lines
191 B
C
--- dns.c.orig
|
|
+++ dns.c
|
|
@@ -7,7 +7,6 @@
|
|
#include <errno.h>
|
|
extern int res_query();
|
|
extern int res_search();
|
|
-extern int errno;
|
|
extern int h_errno;
|
|
#include "ip.h"
|
|
#include "ipalloc.h"
|