13 lines
490 B
Text
13 lines
490 B
Text
$NetBSD: patch-ad,v 1.1 2006/10/17 08:42:03 markd Exp $
|
|
|
|
--- spim.c.orig 2006-10-17 21:33:10.000000000 +1300
|
|
+++ spim.c
|
|
@@ -111,7 +111,7 @@ int spim_return_value; /* Value returne
|
|
|
|
/* Non-zero => load standard exception handler */
|
|
static int load_exception_handler = 1;
|
|
-static char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
|
|
+char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
|
|
static int console_state_saved;
|
|
#ifdef USE_TERMIOS
|
|
static struct termios saved_console_state;
|