summaryrefslogtreecommitdiff
path: root/emulators/gpsim-devel/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gpsim-devel/patches/patch-ac')
-rw-r--r--emulators/gpsim-devel/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/gpsim-devel/patches/patch-ac b/emulators/gpsim-devel/patches/patch-ac
new file mode 100644
index 00000000000..6fe6710b9f0
--- /dev/null
+++ b/emulators/gpsim-devel/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2007/01/27 11:08:57 wiz Exp $
+
+--- cli/ui_gpsim.cc.orig 2005-08-30 19:12:00.000000000 +0000
++++ cli/ui_gpsim.cc
+@@ -33,7 +33,7 @@ public:
+ CGpsimUserInterface(const char *paStrings[]);
+ virtual ~CGpsimUserInterface() {}
+
+- void CGpsimUserInterface::SetStreams(FILE *in, FILE *out);
++ void SetStreams(FILE *in, FILE *out);
+ virtual ISimConsole &GetConsole();
+ virtual void DisplayMessage(unsigned int uStringID, ...);
+ virtual void DisplayMessage(FILE * pOut, unsigned int uStringID, ...);