diff options
author | Jim Meyering <jim@meyering.net> | 2007-04-25 10:40:12 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-25 10:40:12 +0200 |
commit | 0361f4655449db3770553f15ab02fbfc786c2f22 (patch) | |
tree | a9bb948d6731fc7b12d733eab0cf4257763a52f8 | |
parent | 92137699339914b15367280939b8225c77fcbb32 (diff) | |
download | coreutils-0361f4655449db3770553f15ab02fbfc786c2f22.tar.xz |
* bootstrap.conf (gnulib_modules): Add fseeko.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | bootstrap.conf | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-04-25 Jim Meyering <jim@meyering.net> + + * bootstrap.conf (gnulib_modules): Add fseeko. + 2007-04-24 Jim Meyering <jim@meyering.net> * THANKS: Add Andreas Frische. diff --git a/bootstrap.conf b/bootstrap.conf index b64ebace5..3e6622639 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -49,7 +49,9 @@ gnulib_modules=" error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl file-type fileblocks filemode filenamecat fnmatch-gnu fopen-safer - fprintftime fsusage ftruncate fts getdate getgroups gethrxtime + fprintftime + fseeko + fsusage ftruncate fts getdate getgroups gethrxtime getline getloadavg getndelim2 getopt getpagesize getpass-gnu gettext gettime gettimeofday getugroups getusershell gnupload group-member hard-locale hash hash-pjw host-os human idcache |