summaryrefslogtreecommitdiff
path: root/devel/sdcc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sdcc/patches/patch-ab')
-rw-r--r--devel/sdcc/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/sdcc/patches/patch-ab b/devel/sdcc/patches/patch-ab
new file mode 100644
index 00000000000..fa90a2d6256
--- /dev/null
+++ b/devel/sdcc/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.5 2006/07/05 20:29:29 wiz Exp $
+
+--- sim/ucsim/cmd.src/newcmdcl.h.orig 2003-01-03 08:51:57.000000000 +0000
++++ sim/ucsim/cmd.src/newcmdcl.h
+@@ -121,7 +121,7 @@ public:
+ cl_console(int portnumber, class cl_app *the_app);
+ #endif
+ virtual ~cl_console(void);
+- virtual class cl_console *cl_console::clone_for_exec(char *fin);
++ virtual class cl_console *clone_for_exec(char *fin);
+ virtual int init(void);
+
+ virtual void welcome(void);