1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 00:09:15 -04:00
ports/misc/window/files/patch-string.c
2020-09-22 17:40:50 +00:00

11 lines
206 B
C

--- 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;