Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
21 lines
420 B
C++
21 lines
420 B
C++
--- bstring.h.orig 1999-10-24 11:29:53 UTC
|
|
+++ bstring.h
|
|
@@ -21,13 +21,15 @@
|
|
#ifndef __BSTRING_HPP__
|
|
#define __BSTRING_HPP__
|
|
|
|
-#include <alloc.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
#include "dos_comp.h"
|
|
|
|
+using std::istream;
|
|
+using std::ostream;
|
|
+
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
class b_string
|