summaryrefslogtreecommitdiff
path: root/net/arts++/files/patch-classes::include::ArtsHeader.hh
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/arts++/files/patch-classes::include::ArtsHeader.hh
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsHeader.hh')
-rw-r--r--net/arts++/files/patch-classes::include::ArtsHeader.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsHeader.hh b/net/arts++/files/patch-classes::include::ArtsHeader.hh
deleted file mode 100644
index 29cedac68c2f..000000000000
--- a/net/arts++/files/patch-classes::include::ArtsHeader.hh
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./classes/include/ArtsHeader.hh.orig Mon Oct 2 13:05:15 2000
-+++ ./classes/include/ArtsHeader.hh Wed Sep 25 16:46:54 2002
-@@ -50,11 +50,13 @@
- #include "caida_t.h"
- }
-
--#include <ostream.h>
--#ifdef HAVE_IOMANIP
-- #include <iomanip>
-+#ifdef HAVE_OSTREAM
-+# include <ostream>
-+# include <iomanip>
-+ using namespace std;
- #else
-- #include <iomanip.h>
-+# include <ostream.h>
-+# include <iomanip.h>
- #endif
-
- //---------------------------------------------------------------------------