ports/mail/qmail-dk/files/patch-dns.c
Brooks Davis f92880d3e5 mail/qmail-dk: include errno.h for errno
errno must be accessed by a macro from errno.h.
2024-09-30 23:11:21 +01:00

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"