blob: e00b7f6237b517a86e99b9c7245a576bf64c7ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.1 2005/12/09 11:48:11 joerg Exp $
--- misc/archive.c.orig 2005-12-09 11:42:47.000000000 +0000
+++ misc/archive.c
@@ -48,9 +48,6 @@ Foundation, Inc., 675 Mass Ave, Cambridg
#define MAXBUFSIZE 32768
-extern int errno;
-
-
int
fsizeof (const char *filename)
// If USE_ZLIB is defined this function is very slow. Please avoid to use
|