Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/bonnie++/files/patch-bonnie.h.in
16124 views
--- bonnie.h.in.orig	2009-07-03 03:39:33 UTC
+++ bonnie.h.in
@@ -1,8 +1,6 @@
 #ifndef BONNIE
 #define BONNIE
 
-using namespace std;
-
 #define BON_VERSION "@version@"
 #define CSV_VERSION "@csv_version@"
 
@@ -12,6 +10,8 @@ using namespace std;
 #include <sys/stat.h>
 #include <fcntl.h>
 
+using namespace std;
+
 typedef FILE *PFILE;
 
 #define SemKey 4711