OpenBSD patches for ttsnoop.
Mostly adding std:: for strstream interfaces.
This commit is contained in:
committed by
Jon Trulson
parent
76984653b4
commit
43bae997c8
@@ -42,7 +42,7 @@
|
||||
|
||||
#include <Xm/TextF.h>
|
||||
|
||||
#if defined(linux)
|
||||
#if defined(linux) || defined(CSRG_BASED)
|
||||
#include <fstream>
|
||||
#include <strstream>
|
||||
#else
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#include "DtTt.h"
|
||||
|
||||
extern ofstream snoopStream;
|
||||
extern std::ofstream snoopStream;
|
||||
|
||||
void
|
||||
_DtSessionChooserSet(
|
||||
|
||||
Reference in New Issue
Block a user