Files
reaim/fix-tst_sig.patch
Martin Pluskal 9edd1ba4b6 - Fix building with gcc10
- Modernise spec file
- Update bugfixes.patch
- Refresh other patches

OBS-URL: https://build.opensuse.org/package/show/benchmark/reaim?expand=0&rev=5
2020-06-11 07:45:53 +00:00

14 lines
376 B
Diff

Index: osdl-aim-7/lib/tst_sig.c
===================================================================
--- osdl-aim-7.orig/lib/tst_sig.c
+++ osdl-aim-7/lib/tst_sig.c
@@ -116,7 +116,7 @@ tst_sig(int fork_flag, void (*handler)()
*/
if ( NSIG > 31 ) {
tstsig = 31;
- printf ("NSIG is %d\n", NSIG );
+ /* printf ("NSIG is %d\n", NSIG ); */
} else {
tstsig = NSIG;
}