From c4f10a81ae9e3654d338c8a13d097866c27a7891 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 31 May 2005 03:17:33 +0000 Subject: Applied patch to add TCL version 8.4.9 for buildroot submitted by Ivan Daniluk on May 30 01:28:31 MDT 2005. --- package/tcl/tcl-strstr.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/tcl/tcl-strstr.patch (limited to 'package/tcl/tcl-strstr.patch') diff --git a/package/tcl/tcl-strstr.patch b/package/tcl/tcl-strstr.patch new file mode 100644 index 000000000..3bed414cf --- /dev/null +++ b/package/tcl/tcl-strstr.patch @@ -0,0 +1,11 @@ +--- tcl8.4.9/compat/strstr.c 2002-01-26 03:10:08.000000000 +0200 ++++ tcl8.4.9/compat/strstr.c 2005-05-30 06:53:40.000000000 +0300 +@@ -33,6 +33,8 @@ + *---------------------------------------------------------------------- + */ + ++#include ++ + char * + strstr(string, substring) + register char *string; /* String to search. */ -- cgit v1.2.3