mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
fd433cb2ea
Unforbid because known vulnerabilities have been fixed. Take over maintainership. Approved by: obrien (previous maintainer)
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
--- src/window.c.orig Sun Jan 27 18:57:13 2002
|
|
+++ src/window.c Sun Jan 27 18:57:25 2002
|
|
@@ -110,7 +110,7 @@
|
|
|
|
int useattr = 1;
|
|
int dirflush = 1;
|
|
-extern int LINES, COLS;
|
|
+int LINES, COLS;
|
|
int usecolor = 0;
|
|
WIN *stdwin;
|
|
char *_tptr = CNULL;
|