diff options
Diffstat (limited to 'benchmarks/rawio/files/patch-aa')
-rw-r--r-- | benchmarks/rawio/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/rawio/files/patch-aa b/benchmarks/rawio/files/patch-aa index e5af0bb39de7..c6319cb270c8 100644 --- a/benchmarks/rawio/files/patch-aa +++ b/benchmarks/rawio/files/patch-aa @@ -1,10 +1,10 @@ ---- rawio.c.orig Sat Jul 24 19:45:14 1999 -+++ rawio.c Sat Nov 13 10:47:50 1999 -@@ -493,10 +493,14 @@ +--- 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, allsigs, 0}; +- struct sigaction ignore = {{sigcatch}, 0, allsigs}; + struct sigaction ignore; int mycount; int i; |