ports/archivers/libcabinet/files/patch-bstring.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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