diff options
Diffstat (limited to 'misc/window/files/patch-context.c')
-rw-r--r-- | misc/window/files/patch-context.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/window/files/patch-context.c b/misc/window/files/patch-context.c new file mode 100644 index 000000000000..c91849c7883d --- /dev/null +++ b/misc/window/files/patch-context.c @@ -0,0 +1,11 @@ +--- context.c.orig 2009-02-23 10:26:32 UTC ++++ context.c +@@ -46,6 +46,8 @@ static char rcsid[] = + #include <fcntl.h> + #include <stdlib.h> + ++struct context cx; ++ + /* + * Context push/pop for nested command files. + */ |