summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-22 01:12:26 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-22 01:12:26 +0000
commitbe0e9f1f6c434091f9d8051ce749536f10947b1d (patch)
treed4c471b7ca1a760aa7cb293990864ae6abc192d4 /palm
parent* Update to 4.08 [1] (diff)
Fix build on -CURRENT (GCC3).
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=76078
Diffstat (limited to 'palm')
-rw-r--r--palm/coldsync/files/patch-src_symboltable.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/palm/coldsync/files/patch-src_symboltable.cc b/palm/coldsync/files/patch-src_symboltable.cc
new file mode 100644
index 000000000000..a1dae9425f02
--- /dev/null
+++ b/palm/coldsync/files/patch-src_symboltable.cc
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/symboltable.cc.orig Fri Feb 21 23:32:21 2003
++++ src/symboltable.cc Fri Feb 21 23:35:23 2003
+@@ -13,6 +13,8 @@
+ #include <cstdlib> // For malloc() and friends
+ #include "symboltable.h"
+
++using namespace std;
++
+ static char *make_c_string(const string &s);
+
+ map<string,string> table; /* XXX - Is this going to cause problems on