summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-au
blob: e498ca97b3cdeff6fb9c3530cbe0636482fe8f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-au,v 1.3 2005/12/29 13:56:51 joerg Exp $

--- src/callproc.c.orig	2005-12-29 13:34:29.000000000 +0000
+++ src/callproc.c
@@ -25,10 +25,6 @@ Boston, MA 02111-1307, 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)