Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
bonnie++
> bonnie++-gcc43.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bonnie++-gcc43.patch of Package bonnie++
--- zcav.cpp.orig 2007-12-03 00:07:38.000000000 +0100 +++ zcav.cpp 2008-07-05 18:01:00.000000000 +0200 @@ -9,6 +9,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <stdlib.h> +#include <string.h> #include "bonnie.h" #ifdef HAVE_VECTOR #include <vector> @@ -43,8 +44,8 @@ int main(int argc, char *argv[]) { - vector<double *> times; - vector<int> count; + std::vector<double *> times; + std::vector<int> count; int block_size = 100; int max_loops = 1, pass_size = 0, chunk_size = DEFAULT_CHUNK_SIZE;