summaryrefslogtreecommitdiff
path: root/sysutils/afio/files/patch-ad
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:00:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 15:00:12 +0000
commit7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch)
tree35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/afio/files/patch-ad
parent- Switch databases/libmemcache to USES=libtool, drop .la files (diff)
Rename sysutils/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'sysutils/afio/files/patch-ad')
-rw-r--r--sysutils/afio/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/afio/files/patch-ad b/sysutils/afio/files/patch-ad
deleted file mode 100644
index 53c760f3c328..000000000000
--- a/sysutils/afio/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- compfile.c.orig Thu Nov 25 22:22:28 1999
-+++ compfile.c Thu Jan 27 14:36:31 2000
-@@ -207,7 +207,7 @@
- * version;
- */
-
--#if ( defined(sun) && defined(__svr4__) )
-+#if ( defined(sun) && defined(__svr4__) || defined(__FreeBSD__) )
- #include <dirent.h>
- #else
- #include <sys/dir.h>