mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
88ea7f3491
Feature safe: yes
10 lines
173 B
C
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;
|
|
}
|