diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-28 11:39:52 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-28 11:39:52 +0000 |
commit | 0436ef631b72dd0f4546c793d38aaa6d02c8b70b (patch) | |
tree | 2b67ab5761a0045bec61f198bc178379610e0005 /benchmarks/bonnie++/files/patch-rand.h | |
parent | Add staging support (diff) |
- Remove GCC dependency
- Fix several compilation warnings
PR: ports/188678
Submitted by: Matthew Rezny <matthew@reztek.cz>
Diffstat (limited to 'benchmarks/bonnie++/files/patch-rand.h')
-rw-r--r-- | benchmarks/bonnie++/files/patch-rand.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/bonnie++/files/patch-rand.h b/benchmarks/bonnie++/files/patch-rand.h new file mode 100644 index 000000000000..9d411036e6bb --- /dev/null +++ b/benchmarks/bonnie++/files/patch-rand.h @@ -0,0 +1,15 @@ +--- rand.h.orig 2009-08-21 18:45:50.068536643 +0000 ++++ rand.h 2009-08-21 18:45:58.564755017 +0000 +@@ -1,11 +1,11 @@ + #ifndef RAND_H + #define RAND_H + +-using namespace std; + #include "port.h" + #include <stdio.h> + #include <stdlib.h> + #include <string> ++using namespace std; + + class Rand + { |