pkgsrc/editors/emacs22/patches/patch-an
minskim ac7d4d0adc Import emacs-22.3nb2 in editors/emacs as editors/emacs22;
editors/emacs will be updated to 23.1.

Proposed by obache@, and OK'ed by markd@ and drochner@.
2009-08-05 10:30:26 +00:00

14 lines
359 B
Text

$NetBSD: patch-an,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
--- src/emacs.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/emacs.c
@@ -809,9 +809,6 @@ main (argc, argv
char stack_bottom_variable;
int do_initial_setlocale;
int skip_args = 0;
-#ifndef USE_CRT_DLL
- extern int errno;
-#endif
#ifdef HAVE_SETRLIMIT
struct rlimit rlim;
#endif