diff options
Diffstat (limited to 'sysutils/vcp/files/patch-common.h')
-rw-r--r-- | sysutils/vcp/files/patch-common.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/vcp/files/patch-common.h b/sysutils/vcp/files/patch-common.h new file mode 100644 index 000000000000..d002cc52b60f --- /dev/null +++ b/sysutils/vcp/files/patch-common.h @@ -0,0 +1,13 @@ +--- 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; |