mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
11 lines
247 B
C
11 lines
247 B
C
--- viewer.c.orig 2017-08-30 10:48:03 UTC
|
|
+++ viewer.c
|
|
@@ -39,7 +39,7 @@
|
|
|
|
#define PROCESS_LINES 16
|
|
|
|
-int debug;
|
|
+extern int debug;
|
|
Cursor ptrs[POINTER_COUNT];
|
|
|
|
/* ----------------------------------------------------------------------- */
|