buildrootschalter/package/tcl/tcl-strstr.patch
"Steven J. Hill" c4f10a81ae Applied patch to add TCL version 8.4.9 for buildroot submitted by
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31 03:17:33 +00:00

12 lines
339 B
Diff

--- 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. */