10b5f45d07
transfers of files over 4 Gb, especially between 32 <-> 64 bit hosts. Apply a fix from upstream CVS (slightly different in form from one of the patches submitted in this PR). Bump PKGREVISION.
13 lines
349 B
Text
13 lines
349 B
Text
$NetBSD: patch-aa,v 1.1 2007/02/20 19:15:03 snj Exp $
|
|
|
|
--- mdfour.h.orig 2007-02-20 10:57:21.000000000 -0800
|
|
+++ mdfour.h 2007-02-20 10:58:10.000000000 -0800
|
|
@@ -24,7 +24,7 @@
|
|
#include "types.h"
|
|
|
|
struct rs_mdfour {
|
|
- int A, B, C, D;
|
|
+ unsigned int A, B, C, D;
|
|
#if HAVE_UINT64
|
|
uint64_t totalN;
|
|
#else
|