1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-27 02:59:36 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-12-10 22:54:40 +00:00
parent 09227c31dd
commit 8340fb2805
+2
View File
@@ -2,6 +2,8 @@
* Version 6.0-cvs.
* src/Makefile.am (noinst_HEADERS): Add rand-isaac.h.
Avoid shred segfault on 64-bit systems.
* src/rand-isaac.c (isaac_refill): Don't try to negate a
local of type uint32_t. Make the local an `int' instead.