mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
$NetBSD: patch-aj,v 1.1 2008/01/23 04:59:36 tnn Exp $
|
|
|
|
--- libs/console/client.c.orig 2004-03-02 03:55:17.000000000 +0000
|
|
+++ libs/console/client.c
|
|
@@ -84,7 +84,7 @@ static float con_cursorspeed = 4;
|
|
|
|
static cvar_t *con_notifytime; // seconds
|
|
static cvar_t *con_alpha;
|
|
-static cvar_t *con_size;
|
|
+/* static */ cvar_t *con_size;
|
|
static cvar_t *con_speed;
|
|
static cvar_t *cl_chatmode;
|
|
|