diff options
Diffstat (limited to 'misc/window/files/patch-xx.c')
-rw-r--r-- | misc/window/files/patch-xx.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/window/files/patch-xx.c b/misc/window/files/patch-xx.c new file mode 100644 index 000000000000..1597605a1fe9 --- /dev/null +++ b/misc/window/files/patch-xx.c @@ -0,0 +1,15 @@ +--- xx.c.orig 2009-02-23 10:26:32 UTC ++++ xx.c +@@ -46,6 +46,12 @@ static char rcsid[] = + #include <stdlib.h> + #include <strings.h> + ++struct xx *xx_head, *xx_tail; ++struct xx *xx_freelist; ++ ++char *xxbuf, *xxbufp, *xxbufe; ++int xxbufsize; ++ + xxinit() + { + if (ttinit() < 0) |