File bonnie++-gcc43.patch of Package bonnie++
--- zcav.cpp.orig 2009-02-09 14:00:13.000000000 +0100
+++ zcav.cpp 2009-02-09 14:00:50.000000000 +0100
@@ -44,8 +44,8 @@ void usage()
int main(int argc, char *argv[])
{
- vector<double *> times;
- vector<int> count;
+ std::vector<double *> times;
+ std::vector<int> count;
int block_size = 256;
int max_loops = 1, pass_size = 0, chunk_size = DEFAULT_CHUNK_SIZE;