summaryrefslogtreecommitdiff
path: root/lang/perl5/files/patch-ad
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-02-01 19:43:11 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-02-01 19:43:11 +0000
commit7c87414634420bcdcee54a1cad5d6ba0ad1da5b8 (patch)
treefbb760354863d7e00f08c05466b0a2fce1982dd5 /lang/perl5/files/patch-ad
parent- Fix fetch (diff)
Rename: lang/perl5 -> lang/perl5.6
PR: ports/131046
Diffstat (limited to 'lang/perl5/files/patch-ad')
-rw-r--r--lang/perl5/files/patch-ad20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/perl5/files/patch-ad b/lang/perl5/files/patch-ad
deleted file mode 100644
index fa9bf3ebfc2e..000000000000
--- a/lang/perl5/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
-$FreeBSD$
-
---- perl.h.ORIG Thu Mar 22 07:05:02 2001
-+++ perl.h Tue Apr 10 20:29:46 2001
-@@ -151,6 +151,15 @@
-
- */
-
-+/* needed for IAMSUID case for 4.4BSD systems
-+ * XXX there should probably be a Configure variable
-+ */
-+
-+#ifdef I_SYS_PARAM
-+#if (defined (BSD) && (BSD >= 199306))
-+# include <sys/mount.h>
-+#endif /* !BSD */
-+#endif /* !I_SYS_PARAM */
-
- class CPerlObj;
-