mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
9 lines
281 B
C
9 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 */
|