pkgsrc/devel/librsync/patches/patch-aa

14 lines
349 B
Text
Raw Normal View History

$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