fa8adc21a1
bonnie++ (1.03a) unstable; urgency=low * Fixed the bugs in GCC 3.2 compilation and compiled with GCC 3.2. Results will be slightly lower now, but it's still a fair test of compiler/OS... bonnie++ (1.03) unstable; urgency=low * Fixed a bug in error handling during a stat test with multiple directories. bonnie++ (1.02d) unstable; urgency=low * Fixed a bug where it would SEGV if you specified more than 999 directories (now it handles 99,999 and displays an error message if you ask for more). Closes: #171507 * Made it build on Irix. * Fixed <vector> and <algo> checks to work with GCC 3.2.
15 lines
312 B
Text
15 lines
312 B
Text
$NetBSD: patch-aa,v 1.3 2003/03/10 10:00:38 wiz Exp $
|
|
|
|
--- bonnie++.cpp.orig Tue Dec 3 14:40:35 2002
|
|
+++ bonnie++.cpp
|
|
@@ -42,6 +42,10 @@
|
|
#include <sys/utsname.h>
|
|
#include <signal.h>
|
|
|
|
+#ifndef SA_SIGINFO
|
|
+#define SA_SIGINFO 0x0040
|
|
+#endif
|
|
+
|
|
#ifdef AIX_MEM_SIZE
|
|
#include <cf.h>
|
|
#include <sys/cfgodm.h>
|