From: Jim Meyering Date: Sun, 7 Oct 2007 14:15:49 +0000 (+0200) Subject: Avoid seq malfunction on non-POSIX systems: mingw, BeOS, Interix. X-Git-Tag: v6.9.89~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f62f1d302af156c832382bb4d9f9512c3f63af81;p=thirdparty%2Fcoreutils.git 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 --- 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