pkgsrc/editors/emacs22/patches/patch-aq
minskim 3eaa977875 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

17 lines
333 B
Text

$NetBSD: patch-aq,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
--- src/fileio.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/fileio.c
@@ -61,12 +61,6 @@ Boston, MA 02110-1301, USA. */
#include <errno.h>
-#ifndef vax11c
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-#endif
-
#ifdef APOLLO
#include <sys/time.h>
#endif