summaryrefslogtreecommitdiff
path: root/sysutils/afio/files/patch-ad
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-02-02 16:24:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-02-02 16:24:46 +0000
commit76ea44cfebf745c80dea6086fcdd45cff79d5965 (patch)
treeeab53d19aa9139c1721c32f8d22ff79a693e39ca /sysutils/afio/files/patch-ad
parentMark FORBIDDEN due to a remotely-exploitable buffer overflow yielding (diff)
- upgrade to 2.4.6
- respect ${CC} - use /usr/bin/gzip instead of gzip (maintainer timeout)
Diffstat (limited to 'sysutils/afio/files/patch-ad')
-rw-r--r--sysutils/afio/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/afio/files/patch-ad b/sysutils/afio/files/patch-ad
new file mode 100644
index 000000000000..53c760f3c328
--- /dev/null
+++ b/sysutils/afio/files/patch-ad
@@ -0,0 +1,11 @@
+--- 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>