diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-01-11 19:30:28 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-01-14 18:06:41 +0000 |
commit | eab97b3075060f027189f6592df9488a276a6732 (patch) | |
tree | 1e21f44905792aed27acdf5fc8d481b1146ee4f7 /bootstrap.conf | |
parent | e1aaf8903db97f3240b1551fd6936ccdc652dfc8 (diff) | |
download | coreutils-eab97b3075060f027189f6592df9488a276a6732.tar.gz coreutils-eab97b3075060f027189f6592df9488a276a6732.tar.bz2 coreutils-eab97b3075060f027189f6592df9488a276a6732.zip |
maint: refactor to use read-file from gnulib
* bootstrap.conf: Add the read-file module
* src/ptx.c: Replace the original code which would
needlessly read SIZE_MAX bytes of files larger than this.
* src/shuf.c: Replace the original code.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index d994f52b8..e62f7206c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -172,6 +172,7 @@ gnulib_modules=" quotearg randint randperm + read-file readlink readtokens readtokens0 |