2f03b317d2
Part of the fix adds <sys/time.h> to ares.h to make it get fd_set on more platforms, so bump PKGREVISION.
12 lines
253 B
Text
12 lines
253 B
Text
$NetBSD: patch-aa,v 1.1 2005/03/12 05:42:48 tv Exp $
|
|
|
|
--- ares.h.orig 2000-09-21 15:15:48.000000000 -0400
|
|
+++ ares.h
|
|
@@ -19,6 +19,7 @@
|
|
#define ARES__H
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <netinet/in.h>
|
|
|
|
#define ARES_SUCCESS 0
|