diff options
Diffstat (limited to 'math/dieharder/files/patch-libdieharder__skein_block_ref.c')
-rw-r--r-- | math/dieharder/files/patch-libdieharder__skein_block_ref.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/dieharder/files/patch-libdieharder__skein_block_ref.c b/math/dieharder/files/patch-libdieharder__skein_block_ref.c new file mode 100644 index 000000000000..3a2afb4dd7eb --- /dev/null +++ b/math/dieharder/files/patch-libdieharder__skein_block_ref.c @@ -0,0 +1,16 @@ +--- libdieharder/skein_block_ref.c.orig 2010-05-16 21:20:59.000000000 -0400 ++++ libdieharder/skein_block_ref.c 2010-05-16 21:23:09.000000000 -0400 +@@ -121,6 +121,7 @@ + while (--blkCnt); + } + ++#ifdef TSC_TIME + typedef unsigned long long uint64; + + #if 1 +@@ -139,4 +140,5 @@ + } + + #endif ++#endif + |