diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-02-10 16:40:02 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-02-10 16:40:02 +0000 |
commit | 5f1a15cc8403776dba924f9a3fcdc7be4b5e5e5c (patch) | |
tree | a8963d9699bc009cfc159998d2ed250cf5f9d189 /dns/dnsperf/files/patch-os.c | |
parent | 997c3c9b634ce19fa40ab9c4dc353cc9d1115784 (diff) | |
download | ports-5f1a15cc8403776dba924f9a3fcdc7be4b5e5e5c.tar.gz ports-5f1a15cc8403776dba924f9a3fcdc7be4b5e5e5c.zip |
Notes
Diffstat (limited to 'dns/dnsperf/files/patch-os.c')
-rw-r--r-- | dns/dnsperf/files/patch-os.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dns/dnsperf/files/patch-os.c b/dns/dnsperf/files/patch-os.c deleted file mode 100644 index 17ea753671c3..000000000000 --- a/dns/dnsperf/files/patch-os.c +++ /dev/null @@ -1,11 +0,0 @@ ---- os.c.orig 2015-12-16 00:46:49 UTC -+++ os.c -@@ -22,6 +22,8 @@ - - #include <sys/select.h> - -+#include <isc/boolean.h> -+#include <isc/int.h> - #include <isc/result.h> - #include <isc/types.h> - |