From f62f1d302af156c832382bb4d9f9512c3f63af81 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Oct 2007 16:15:49 +0200 Subject: [PATCH] Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix. * bootstrap.conf (gnulib_modules): Add vasprintf-posix. Suggestion from Bruno Haible. Signed-off-by: Jim Meyering --- ChangeLog | 4 ++++ bootstrap.conf | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd381fccb6..099fd02ef8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-10-07 Jim Meyering + Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix. + * bootstrap.conf (gnulib_modules): Add vasprintf-posix. + Suggestion from Bruno Haible. + Avoid a used-uninitialized error. * src/copy.c (copy_internal): Don't overload "use_stat". diff --git a/bootstrap.conf b/bootstrap.conf index de53c8d59b..2088e50122 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -73,7 +73,9 @@ gnulib_modules=" stat-time stdbool stdlib-safer stpcpy strftime strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset unicodeio unistd-safer unlink-busy unlinkdir unlocked-io - uptime userspec utimecmp utimens vasprintf verify version-etc-fsf + uptime userspec utimecmp utimens + vasprintf-posix + verify version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xgetcwd xgethostname xmemcoll xnanosleep xstrtod xstrtoimax -- 2.47.2