mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-14 19:32:10 +02:00
This avoids spurious diagnostics when running our "bootstrap" script. * gl/modules/heap: Append colon after "License". * gl/modules/randint: Likewise. * gl/modules/randperm: Likewise. * gl/modules/randread: Likewise. Reported by Stefano Lattarini. Diagnosed by Bruno Haible.
36 lines
384 B
Plaintext
36 lines
384 B
Plaintext
Description:
|
|
Generate buffers of random data.
|
|
|
|
Files:
|
|
lib/rand-isaac.c
|
|
lib/rand-isaac.h
|
|
lib/randread.c
|
|
lib/randread.h
|
|
|
|
Depends-on:
|
|
error
|
|
exitfail
|
|
inline
|
|
fopen-safer
|
|
gettimeofday
|
|
quotearg
|
|
stdalign
|
|
stdbool
|
|
stdint
|
|
unlocked-io
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += randread.c randread.h rand-isaac.c rand-isaac.h
|
|
|
|
Include:
|
|
"randread.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert
|