summaryrefslogtreecommitdiff
path: root/editors/emacs22/patches/patch-au
blob: 0f670e92f4fbb24e4d477981617bf5422faa0af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-au,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $

--- src/callproc.c.orig	2008-10-10 10:35:49.000000000 +0900
+++ src/callproc.c
@@ -26,10 +26,6 @@ Boston, MA 02110-1301, USA.  */
 #include <errno.h>
 #include <stdio.h>
 
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-
 /* Define SIGCHLD as an alias for SIGCLD.  */
 
 #if !defined (SIGCHLD) && defined (SIGCLD)