1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/diehard/files/patch-diehard.c
Pietro Cerutti 88ea7f3491 - Fix build with clang
Feature safe:	yes
2012-11-30 15:04:11 +00:00

10 lines
173 B
C

--- diehard.c.orig 2012-11-30 16:00:43.000000000 +0100
+++ diehard.c 2012-11-30 16:00:59.000000000 +0100
@@ -153,5 +153,5 @@
{
diehard();
- return;
+ return 0;
}