summaryrefslogtreecommitdiff
path: root/math/diehard/files/patch-cnt1s
diff options
context:
space:
mode:
Diffstat (limited to 'math/diehard/files/patch-cnt1s')
-rw-r--r--math/diehard/files/patch-cnt1s17
1 files changed, 0 insertions, 17 deletions
diff --git a/math/diehard/files/patch-cnt1s b/math/diehard/files/patch-cnt1s
deleted file mode 100644
index a7c0b648d066..000000000000
--- a/math/diehard/files/patch-cnt1s
+++ /dev/null
@@ -1,17 +0,0 @@
---- cnt1s.c.orig 2019-08-03 10:00:05 UTC
-+++ cnt1s.c
-@@ -1,4 +1,5 @@
- #include "header.h"
-+#include <string.h>
-
- typedef enum {A,B,C,D,E} letters;
-
-@@ -192,7 +193,7 @@ void cnt1s(char *filename, char *test)
-
- cnt_ttl(filename, test);
-
-- printf("\t (Degrees of freedom: 5^4-5^3=2500; sample size: %d)\n\n", no_wds);
-+ printf("\t (Degrees of freedom: 5^4-5^3=2500; sample size: %lu)\n\n", no_wds);
- printf("\t%s\tchisquare\tz-score\t\tp-value\n", s);
-
- do{