mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
15 lines
243 B
C++
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
|
|
{
|