summaryrefslogtreecommitdiff
path: root/benchmarks/rawio/files/patch-ac
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 00:32:54 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 00:32:54 +0000
commit9d2ba0bd5a771f5c2c9e5e49889f0f8374d685a3 (patch)
tree2bf7419cf770428bebb733090ffc7af779f4b383 /benchmarks/rawio/files/patch-ac
parentFix damage done by replacing PERL into REINPLACE_CMD. (diff)
Remove obsolete patch-files
PR: ports/40535 Submitted by: Tilman Linneweh <tilman@arved.de> Approved by: grog@freebsd.org
Notes
Notes: svn path=/head/; revision=69484
Diffstat (limited to '')
-rw-r--r--benchmarks/rawio/files/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/benchmarks/rawio/files/patch-ac b/benchmarks/rawio/files/patch-ac
deleted file mode 100644
index ee09eb5b439e..000000000000
--- a/benchmarks/rawio/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- mkrandom.c.orig Sat Jan 1 19:47:33 2000
-+++ mkrandom.c Thu Jan 27 21:32:52 2000
-@@ -54,7 +54,9 @@
- #include <sys/wait.h>
- #include <sys/resource.h>
- #include <signal.h>
--#include "random.h"
-+#if !defined(__FreeBSD__) || !defined(__alpha__)
-+#include <sys/random.h>
-+#endif
-
- /* submitted by Andy Doran <ad@psn.ie> */
- #ifdef __NetBSD__