1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/comms/minicom/files/patch-af

12 lines
238 B
Plaintext
Raw Normal View History

1998-08-11 10:29:56 +00:00
--- window.c.orig Tue Aug 11 03:10:29 1998
+++ window.c Tue Aug 11 03:07:12 1998
@@ -104,7 +104,7 @@
int useattr = 1;
int dirflush = 1;
-extern int LINES, COLS;
+int LINES, COLS;
int usecolor = 0;
WIN *stdwin;
char *_tptr = CNULL;