diff options
| author | Bruno Haible <bruno@clisp.org> | 2009-03-08 18:25:29 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-03-08 21:34:08 +0100 |
| commit | 83244ba3120b555dfa0df83a3b8bec0a16d415f6 (patch) | |
| tree | c25d00f9618fc23e12d4e2093e617587e272dbd2 /bootstrap.conf | |
| parent | tests: ls -v: exercise the bug fixed by gnulib's new filevercmp (diff) | |
| download | coreutils-83244ba3120b555dfa0df83a3b8bec0a16d415f6.tar.gz coreutils-83244ba3120b555dfa0df83a3b8bec0a16d415f6.zip | |
comm: fix a bug in its new --check-order option
* src/comm.c: Include memcmp2.h.
(check_order): Use memcmp2 instead of memcmp.
* bootstrap.conf (gnulib_modules): Add memcmp2.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index e61e24101..0747bb858 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -71,7 +71,7 @@ gnulib_modules=" manywarnings mbrtowc mbswidth - memcasecmp mempcpy + memcasecmp memcmp2 mempcpy memrchr mgetgroups mkancesdirs mkdir mkdir-p mkstemp mktime modechange mountlist mpsort obstack pathmax perl physmem |
