editors/emacs will be updated to 23.1. Proposed by obache@, and OK'ed by markd@ and drochner@.
16 lines
334 B
Text
16 lines
334 B
Text
$NetBSD: patch-ap,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
|
|
|
|
--- src/buffer.c.orig 2008-10-10 10:35:49.000000000 +0900
|
|
+++ src/buffer.c
|
|
@@ -29,11 +29,6 @@ Boston, MA 02110-1301, USA. */
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
|
|
-#ifndef USE_CRT_DLL
|
|
-extern int errno;
|
|
-#endif
|
|
-
|
|
-
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|