aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/rawio/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/rawio/files/patch-aa')
-rw-r--r--benchmarks/rawio/files/patch-aa18
1 files changed, 0 insertions, 18 deletions
diff --git a/benchmarks/rawio/files/patch-aa b/benchmarks/rawio/files/patch-aa
deleted file mode 100644
index c6319cb270c8..000000000000
--- a/benchmarks/rawio/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- rawio.c.orig Sat Jan 1 17:44:16 2000
-+++ rawio.c Sat Jan 22 02:58:36 2000
-@@ -551,10 +551,14 @@
- void dochild (int test, int proc)
- {
- sigset_t allsigs;
-- struct sigaction ignore = {{sigcatch}, 0, allsigs};
-+ struct sigaction ignore;
- int mycount;
- int i;
- int maxrecs;
-+
-+ ignore.sa_handler = sigcatch;
-+ ignore.sa_flags = 0;
-+ ignore.sa_mask = allsigs;
-
- /* first, calculate the number of records to transfer.
- * If we're one of the first <remainder> processes,