opnsense-ports/misc/window/files/patch-context.h
Franco Fichtner eb6042d4fc */*: sync with upstream
Taken from: HardenedBSD
2020-09-25 15:04:32 +02:00

8 lines
281 B
C

--- 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 */