diff options
Diffstat (limited to 'time/ical/patches/patch-ak')
-rw-r--r-- | time/ical/patches/patch-ak | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/time/ical/patches/patch-ak b/time/ical/patches/patch-ak deleted file mode 100644 index 8f87c8e6438..00000000000 --- a/time/ical/patches/patch-ak +++ /dev/null @@ -1,13 +0,0 @@ -$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); - |