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

--- src/fileio.c.orig	2005-12-29 13:30:15.000000000 +0000
+++ src/fileio.c
@@ -64,12 +64,6 @@ Boston, MA 02111-1307, USA.  */
 
 #include <errno.h>
 
-#ifndef vax11c
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-#endif
-
 #ifdef APOLLO
 #include <sys/time.h>
 #endif