12 lines
454 B
Text
12 lines
454 B
Text
$NetBSD: patch-ba,v 1.1 2006/01/24 19:01:45 joerg Exp $
|
|
|
|
--- src/editmsg.c.orig 2006-01-24 17:18:32.000000000 +0000
|
|
+++ src/editmsg.c
|
|
@@ -28,7 +28,6 @@ long fsize();
|
|
/* The built-in editor is not re-entrant! */
|
|
static int builtin_editor_active = FALSE;
|
|
static char *simple_continue = NULL;
|
|
-extern int errno;
|
|
|
|
int interrupts_while_editing; /* keep track 'o dis stuff */
|
|
JMP_BUF edit_location; /* for getting back from interrupt */
|