freebsd-ports/sysutils/diskscrub/files/patch-src__genrand.c
Danilo Egea Gondolfo 2c660b5a6e - Add stage support
- Update maintainer email
- Add LICENSE
- Update WWW
while here
- Convert USE_BZIP2 to USES
- Fix build with clang

PR:		ports/191188
Submitted by:	erik@bz.bzflag.bz
2014-06-20 00:29:42 +00:00

11 lines
258 B
C

--- ./src/genrand.c.orig 2014-06-19 20:53:05.000000000 -0300
+++ ./src/genrand.c 2014-06-19 20:53:18.000000000 -0300
@@ -106,7 +106,7 @@
buf[n] = result;
}
#endif
- return;
+ return 0;
}
}