blob: 3677330a9e495c4f2e5e4931f4ffab640cfba1df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ap,v 1.1 2007/06/11 13:38:36 markd Exp $
--- src/buffer.c.orig 2005-12-29 13:29:35.000000000 +0000
+++ src/buffer.c
@@ -27,10 +27,6 @@ Boston, MA 02111-1307, USA. */
#include <errno.h>
#include <stdio.h>
-#ifndef USE_CRT_DLL
-extern int errno;
-#endif
-
#ifndef MAXPATHLEN
/* in 4.1, param.h fails to define this. */
#define MAXPATHLEN 1024
|