summaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++/files/patch-rand.h
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2016-10-19 10:20:01 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2016-10-19 10:20:01 +0000
commita62e121b269698093a3ba93ff454312bfd7b6dd9 (patch)
tree4c52dc8b90a4615aa5ceff71f1edecf1ea56c2d4 /benchmarks/bonnie++/files/patch-rand.h
parentProvide a NEWVERDANA option (off by default) to install the y2006 (diff)
Update to 1.97.2
Diffstat (limited to 'benchmarks/bonnie++/files/patch-rand.h')
-rw-r--r--benchmarks/bonnie++/files/patch-rand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/bonnie++/files/patch-rand.h b/benchmarks/bonnie++/files/patch-rand.h
index 59753d937b43..24ee7dc54583 100644
--- a/benchmarks/bonnie++/files/patch-rand.h
+++ b/benchmarks/bonnie++/files/patch-rand.h
@@ -1,14 +1,14 @@
---- rand.h.orig 2003-01-08 19:52:53 UTC
-+++ rand.h
+--- rand.h.orig 2016-06-30 09:38:55.000000000 +0000
++++ rand.h 2016-10-18 20:04:31.159630423 +0000
@@ -1,11 +1,11 @@
#ifndef RAND_H
#define RAND_H
-using namespace std;
#include "port.h"
+ #include <string>
#include <stdio.h>
#include <stdlib.h>
- #include <string>
+using namespace std;
class Rand