blob: 2c2ee83a7d4befee0b31a4a722e4cec197bd9544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-as,v 1.1 2006/01/04 17:00:32 joerg Exp $
--- src/buffer.c.orig 2006-01-04 15:45:31.000000000 +0000
+++ src/buffer.c
@@ -25,8 +25,6 @@ Boston, MA 02111-1307, USA. */
#include <sys/param.h>
#include <errno.h>
-extern int errno;
-
#ifndef MAXPATHLEN
/* in 4.1, param.h fails to define this. */
#define MAXPATHLEN 1024
|