summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-18 11:17:30 +0200
committerJim Meyering <jim@meyering.net>2007-06-18 15:19:34 +0200
commit0adc02a086c8a40bad3191d14b8612aae5ee9995 (patch)
tree504a0aa1a0037ede3ed2d781bafff966c06b394c /bootstrap.conf
parent063aa30a3dc226c481bddbf2cbce9f27c83edfc8 (diff)
downloadcoreutils-0adc02a086c8a40bad3191d14b8612aae5ee9995.tar.gz
coreutils-0adc02a086c8a40bad3191d14b8612aae5ee9995.tar.bz2
coreutils-0adc02a086c8a40bad3191d14b8612aae5ee9995.zip
Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.
* bootstrap.conf (gnulib_modules): Add readlink-with-size. Remove xreadlink and xreadlink-with-size. * src/copy.c (copy_internal): Use mreadlink_with_size, not xreadlink_with_size. * src/ls.c (get_link_name): Likewise. * src/readlink.c (main): Likewise. * src/stat.c (print_stat): Likewise.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 11d429bd6..9d2d67b53 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -62,7 +62,8 @@ gnulib_modules="
long-options lstat malloc mbswidth memcasecmp mempcpy
memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
mountlist mpsort obstack pathmax perl physmem posixtm posixver putenv
- quote quotearg raise readlink readtokens readtokens0 readutmp
+ quote quotearg raise readlink mreadlink-with-size readtokens
+ readtokens0 readutmp
realloc regex rename-dest-slash rmdir rmdir-errno
root-dev-ino
rpmatch
@@ -76,7 +77,7 @@ gnulib_modules="
uptime userspec utimecmp utimens vasprintf verify version-etc-fsf
wcwidth winsz-ioctl winsz-termios write-any-file
xalloc xgetcwd xgethostname
- xmemcoll xnanosleep xreadlink xreadlink-with-size xstrtod xstrtoimax
+ xmemcoll xnanosleep xstrtod xstrtoimax
xstrtol xstrtold xstrtoumax yesno
"