diff options
author | wiz <wiz> | 2007-08-29 22:30:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-08-29 22:30:47 +0000 |
commit | b29fd898e106f082ebd74acabc58aa56c6190953 (patch) | |
tree | b49af132492f50be0ca091865a2099d0a8433b32 /misc/cksfv/patches/patch-aa | |
parent | dd18f7f2d68c836a869e0ebf5cb43a5c8db865c9 (diff) | |
download | pkgsrc-b29fd898e106f082ebd74acabc58aa56c6190953.tar.gz |
Update to 1.3.12:
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
Diffstat (limited to 'misc/cksfv/patches/patch-aa')
-rw-r--r-- | misc/cksfv/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/cksfv/patches/patch-aa b/misc/cksfv/patches/patch-aa index baa60ad258c..bd1bdcdd538 100644 --- a/misc/cksfv/patches/patch-aa +++ b/misc/cksfv/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2005/11/10 17:41:18 joerg Exp $ +$NetBSD: patch-aa,v 1.6 2007/08/29 22:30:47 wiz Exp $ ---- src/crc32.c.orig 2005-11-10 17:33:13.000000000 +0000 +--- src/crc32.c.orig 2007-08-12 18:51:29.000000000 +0000 +++ src/crc32.c @@ -21,8 +21,6 @@ @@ -8,6 +8,6 @@ $NetBSD: patch-aa,v 1.5 2005/11/10 17:41:18 joerg Exp $ -extern int errno; - - #define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */ + #define BUFFERSIZE 16384 /* (16k) buffer size for reading from the file */ static const uint32_t crctable[256] = { |