summaryrefslogtreecommitdiff
path: root/time/ical/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'time/ical/patches/patch-ak')
-rw-r--r--time/ical/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/ical/patches/patch-ak b/time/ical/patches/patch-ak
new file mode 100644
index 00000000000..8f87c8e6438
--- /dev/null
+++ b/time/ical/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2004/04/01 00:52:39 minskim Exp $
+
+--- object.h.orig 1994-04-01 18:11:55.000000000 -0600
++++ object.h
+@@ -45,7 +45,7 @@ class Object {
+ static Object* find(Tcl_Interp*, char const* handle);
+
+ /* TCL Callback */
+- virtual int method(int argc, char* argv[]);
++ virtual int method(int argc, const char* argv[]);
+ private:
+ void init(Tcl_Interp*, char const* otype, char const* ohandle);
+