- Modernise spec file - Update bugfixes.patch - Refresh other patches OBS-URL: https://build.opensuse.org/package/show/benchmark/reaim?expand=0&rev=5
14 lines
376 B
Diff
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;
|
|
}
|