diff options
Diffstat (limited to 'misc/window/files/patch-xx.h')
-rw-r--r-- | misc/window/files/patch-xx.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/window/files/patch-xx.h b/misc/window/files/patch-xx.h new file mode 100644 index 000000000000..164a74025bc8 --- /dev/null +++ b/misc/window/files/patch-xx.h @@ -0,0 +1,17 @@ +--- xx.h.orig 2008-07-12 06:05:22 UTC ++++ xx.h +@@ -50,10 +50,10 @@ struct xx { + + struct xx *xxalloc(); + +-struct xx *xx_head, *xx_tail; +-struct xx *xx_freelist; ++extern struct xx *xx_head, *xx_tail; ++extern struct xx *xx_freelist; + +-char *xxbuf, *xxbufp, *xxbufe; +-int xxbufsize; ++extern char *xxbuf, *xxbufp, *xxbufe; ++extern int xxbufsize; + + #define char_sep '\0' |