diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-17 11:22:26 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-17 11:22:26 +0100 |
commit | 4180d4a3bb01b6177f9ddc74b12ed6d452769f21 (patch) | |
tree | bcd3360a804a52f9318d97093c20f672e8b2a799 /package/tcl/tcl-strstr.patch | |
parent | a3609f35398042ebca8231a34ca8806a018ff0fb (diff) | |
parent | 155667c237ac77ba64d984feb01dbad34ff1189d (diff) |
Merge branch 'misc-fixes1' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/tcl/tcl-strstr.patch')
-rw-r--r-- | package/tcl/tcl-strstr.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/tcl/tcl-strstr.patch b/package/tcl/tcl-strstr.patch deleted file mode 100644 index 3bed414cf..000000000 --- a/package/tcl/tcl-strstr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. */ |