summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn::utils.cpp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-06 20:33:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-06 20:33:53 +0000
commit422318ef21c53797f9f2efc03fd5c8b32848ba1c (patch)
tree25cd439a1759ccf35cbbb9834c661e3027a4228b /games/xevil/files/patch-cmn::utils.cpp
parentUse INST_TARGET instead of TARGETDIR to avoid the name clash (diff)
- Fix build with gcc41
PR: ports/104054 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=174677
Diffstat (limited to 'games/xevil/files/patch-cmn::utils.cpp')
-rw-r--r--games/xevil/files/patch-cmn::utils.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/xevil/files/patch-cmn::utils.cpp b/games/xevil/files/patch-cmn::utils.cpp
index f151787b9e53..41f21d251fd1 100644
--- a/games/xevil/files/patch-cmn::utils.cpp
+++ b/games/xevil/files/patch-cmn::utils.cpp
@@ -1,5 +1,5 @@
--- cmn/utils.cpp.orig Wed Mar 19 10:05:12 2003
-+++ cmn/utils.cpp Sat Oct 25 21:45:15 2003
++++ cmn/utils.cpp Fri Oct 6 13:45:47 2006
@@ -30,16 +30,17 @@
// Include Files
@@ -24,3 +24,12 @@
#endif
#ifdef WIN32
+@@ -761,7 +762,7 @@
+
+
+ private:
+- Bucket* HashTable::_get(int &index,void* key);
++ Bucket* _get(int &index,void* key);
+ /* MODIFIES: index */
+ /* EFFECTS: Internal helper function. Return the Bucket containing key
+ or NULL if not found. Set index to the bucket list for key whether