ports/benchmarks/bonnie++/files/patch-rand.h
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

15 lines
243 B
C++

--- rand.h.orig 2003-01-08 19:52:53 UTC
+++ rand.h
@@ -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
{