summaryrefslogtreecommitdiff
path: root/math/dieharder/files/patch-libdieharder__skein_block_ref.c
blob: 3a2afb4dd7eba023cfae7e8d0172b0258ec0f108 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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