2007-08-12 Heikki Orsila <heikki.orsila@iki.fi> * Version 1.3.12 - Code cleanups - Documentation improvements - Added -g option that replaces -f in most cases. Instead of running cksfv -C foo -f foo/bar.sfv one can just run: cksfv -g foo/bar.sfv
13 lines
311 B
Text
13 lines
311 B
Text
$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] = {
|