summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-09-10 12:18:59 +0200
committerJim Meyering <meyering@redhat.com>2012-09-10 14:31:35 +0200
commit221383bcb1f9de839727b6ffd1b5a2b725314779 (patch)
treeab454e73db177448577a9db9300576f2affd50e2 /bootstrap.conf
parente17295dc5529b252c269f12e081184bbde42d575 (diff)
downloaddiffutils-221383bcb1f9de839727b6ffd1b5a2b725314779.tar.gz
maint: use xasprintf in place of xmalloc+sprintf
* bootstrap.conf (gnulib_modules): Add gnulib's xvasprintf module. * src/util.c: Include "xvasprintf.h". (begin_output): Use xasprintf in place of xmalloc+sprintf.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 3954c4d..81b318e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -81,6 +81,7 @@ xalloc
xfreopen
xreadlink
xstrtoumax
+xvasprintf
'
# Additional xgettext options to use. Use "\\\newline" to break lines.