diff options
Diffstat (limited to 'misc/window/files/patch-context.h')
-rw-r--r-- | misc/window/files/patch-context.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/window/files/patch-context.h b/misc/window/files/patch-context.h new file mode 100644 index 000000000000..024eb82344bd --- /dev/null +++ b/misc/window/files/patch-context.h @@ -0,0 +1,8 @@ +--- context.h.orig 2008-07-12 06:05:22 UTC ++++ context.h +@@ -81,4 +81,4 @@ struct context { + #define X_FILE 1 /* input is a file */ + #define X_BUF 2 /* input is a buffer */ + +-struct context cx; /* the current context */ ++extern struct context cx; /* the current context */ |