summaryrefslogtreecommitdiff
path: root/databases/db3/patches
diff options
context:
space:
mode:
authormrg <mrg>2003-08-02 16:21:16 +0000
committermrg <mrg>2003-08-02 16:21:16 +0000
commitf419b287f703d935330214c8bec28eadea806b36 (patch)
treed80a83f28d732f0ccde394ec888d03d472879c06 /databases/db3/patches
parentbfd862d20fbdd1c5f664c6f1c9d25d1fa662f5bd (diff)
downloadpkgsrc-f419b287f703d935330214c8bec28eadea806b36.tar.gz
use <iostream>
Diffstat (limited to 'databases/db3/patches')
-rw-r--r--databases/db3/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/db3/patches/patch-ac b/databases/db3/patches/patch-ac
new file mode 100644
index 00000000000..7a470979db3
--- /dev/null
+++ b/databases/db3/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2003/08/02 16:21:17 mrg Exp $
+
+--- ../include/db_cxx.h.orig 2001-06-28 01:23:30.000000000 +1000
++++ ../include/db_cxx.h 2003-08-03 01:55:58.000000000 +1000
+@@ -49,7 +49,8 @@
+ // Forward declarations
+ //
+
+-#include <iostream.h>
++#include <iostream>
++using namespace std;
+ #include <stdarg.h>
+ #include "db.h"
+ #include "cxx_common.h"