mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 08:47:55 -04:00
15 lines
359 B
Plaintext
15 lines
359 B
Plaintext
$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
|