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

11 lines
181 B
C

--- main.c.orig 2022-11-06 13:00:37 UTC
+++ main.c
@@ -12,6 +12,8 @@
#include "screen.h"
#include "misc.h"
+WINDOW *mainw, *logw;
+
struct dest_new dest;
int use_color = 0;