diff options
Diffstat (limited to 'misc/window/files/patch-string.c')
-rw-r--r-- | misc/window/files/patch-string.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/window/files/patch-string.c b/misc/window/files/patch-string.c new file mode 100644 index 000000000000..b41702b16659 --- /dev/null +++ b/misc/window/files/patch-string.c @@ -0,0 +1,11 @@ +--- string.c.orig 2009-02-23 10:26:32 UTC ++++ string.c +@@ -45,6 +45,8 @@ static char rcsid[] = + #include <stdio.h> + #include <stdlib.h> + ++struct mystring str_head; ++ + char * + str_cpy(s) + register char *s; |