blob: bd1bdcdd53842f3f58e0f3256e81cccd5ec88daf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.6 2007/08/29 22:30:47 wiz Exp $
--- src/crc32.c.orig 2007-08-12 18:51:29.000000000 +0000
+++ src/crc32.c
@@ -21,8 +21,6 @@
#include "config.h"
-extern int errno;
-
#define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */
static const uint32_t crctable[256] = {
|