mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
$NetBSD: patch-ak,v 1.1 2008/01/23 04:59:36 tnn Exp $
|
|
|
|
--- libs/console/server.c.orig 2004-01-27 05:23:36.000000000 +0000
|
|
+++ libs/console/server.c
|
|
@@ -70,7 +70,7 @@ static __attribute__ ((unused)) const ch
|
|
|
|
#include "compat.h"
|
|
|
|
-static console_data_t con_data;
|
|
+/* static */ console_data_t con_data;
|
|
|
|
static QFile *log_file;
|
|
static cvar_t *sv_logfile;
|