aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-04-10 15:45:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-04-10 15:45:03 +0000
commit6e55fcb8e13a46ee1545fb4db1fc4db5cf57084b (patch)
tree0f16544e633097c11202b26df01a6537a6d6fb14 /dns
parentea0bd2b01ff66fad5c5355f71a2bca0246ef4868 (diff)
downloadports-6e55fcb8e13a46ee1545fb4db1fc4db5cf57084b.tar.gz
ports-6e55fcb8e13a46ee1545fb4db1fc4db5cf57084b.zip
Remove noop patch.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=350817
Diffstat (limited to 'dns')
-rw-r--r--dns/bind98/files/patch-lib__isc__include__isc__file.h12
-rw-r--r--dns/bind99/files/patch-lib__isc__include__isc__file.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/dns/bind98/files/patch-lib__isc__include__isc__file.h b/dns/bind98/files/patch-lib__isc__include__isc__file.h
deleted file mode 100644
index 0e757d1f4220..000000000000
--- a/dns/bind98/files/patch-lib__isc__include__isc__file.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./lib/isc/include/isc/file.h.orig 2014-01-27 19:59:48.000000000 +0100
-+++ ./lib/isc/include/isc/file.h 2014-03-04 17:46:51.000000000 +0100
-@@ -25,7 +25,8 @@
- #include <stdio.h>
-
- #include <isc/lang.h>
--#include <isc/stat.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
- #include <isc/types.h>
-
- ISC_LANG_BEGINDECLS
diff --git a/dns/bind99/files/patch-lib__isc__include__isc__file.h b/dns/bind99/files/patch-lib__isc__include__isc__file.h
deleted file mode 100644
index 6b4387f1446b..000000000000
--- a/dns/bind99/files/patch-lib__isc__include__isc__file.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./lib/isc/include/isc/file.h.orig 2014-01-27 19:58:24.000000000 +0100
-+++ ./lib/isc/include/isc/file.h 2014-03-04 17:51:41.000000000 +0100
-@@ -25,7 +25,8 @@
- #include <stdio.h>
-
- #include <isc/lang.h>
--#include <isc/stat.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
- #include <isc/types.h>
-
- ISC_LANG_BEGINDECLS