diff options
Diffstat (limited to 'devel/ddd/patches/patch-ao')
-rw-r--r-- | devel/ddd/patches/patch-ao | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/ddd/patches/patch-ao b/devel/ddd/patches/patch-ao new file mode 100644 index 00000000000..b7a3fa99c3e --- /dev/null +++ b/devel/ddd/patches/patch-ao @@ -0,0 +1,22 @@ +$NetBSD: patch-ao,v 1.1 2004/06/04 11:19:32 shannonjr Exp $ + +--- ./ddd/comm-manag.C.orig 2003-10-11 05:00:23.000000000 -0600 ++++ ./ddd/comm-manag.C +@@ -357,7 +357,7 @@ private: + + static void partial_answer_received(const string&, void *); + static void command_completed(void *); +-static void extra_completed(const StringArray&, const VoidArray&, void *); ++static void extra_completed(StringArray&, const VoidArray&, void *); + + // Handle graph command in CMD, with WHERE_ANSWER being the GDB reply + // to a `where 1' command; return true iff recognized +@@ -2802,7 +2802,7 @@ static void find_some_source() + // Handle GDB answers to DDD questions sent after GDB command + //----------------------------------------------------------------------------- + +-static void extra_completed (const StringArray& answers, ++static void extra_completed (StringArray& answers, + const VoidArray& /* qu_datas */, + void* data) + { |