diff options
Diffstat (limited to 'time/ical/patches/patch-ag')
-rw-r--r-- | time/ical/patches/patch-ag | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/time/ical/patches/patch-ag b/time/ical/patches/patch-ag deleted file mode 100644 index 75d7f10889f..00000000000 --- a/time/ical/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2004/04/01 00:52:39 minskim Exp $ - ---- dispatch.h.orig 1993-06-01 12:18:39.000000000 -0500 -+++ dispatch.h -@@ -40,6 +40,6 @@ struct Dispatch_Entry { - * The array is delimited by a NULL command field in the last entry. - */ - --extern int Dispatch(Dispatch_Entry*, ClientData, Tcl_Interp*, int, char*[]); -+extern int Dispatch(Dispatch_Entry*, ClientData, Tcl_Interp*, int, const char*[]); - - #endif /* _DISPATCH_H */ |