editors/emacs will be updated to 23.1. Proposed by obache@, and OK'ed by markd@ and drochner@.
17 lines
333 B
Text
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
|