diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-31 03:17:33 +0000 |
commit | c4f10a81ae9e3654d338c8a13d097866c27a7891 (patch) | |
tree | 2c561ab22e69a42030b741cf5ea7938130510a5f /package/tcl/tcl-strstr.patch | |
parent | 56d91e951a722b510be339f7699a3a847d5d1a69 (diff) |
Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
Diffstat (limited to 'package/tcl/tcl-strstr.patch')
-rw-r--r-- | package/tcl/tcl-strstr.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 <unistd.h> ++ + char * + strstr(string, substring) + register char *string; /* String to search. */ |