opnsense-ports/sysutils/vcp/files/patch-common.h
Franco Fichtner 05ea8c7749 */*: sync with upstream
Taken from: FreeBSD
2022-11-09 09:51:18 +01:00

13 lines
285 B
C

--- common.h.orig 2022-11-06 13:00:14 UTC
+++ common.h
@@ -23,8 +23,8 @@
#define T_DIR 1 /* -> DIR */
#define T_NED 2 /* DIR -> NON-EXISTENT DIR */
-WINDOW *mainw;
-WINDOW *logw;
+extern WINDOW *mainw;
+extern WINDOW *logw;
struct dest_new {
char *opath;