comm: fix a bug in its new --check-order option
commit83244ba3120b555dfa0df83a3b8bec0a16d415f6
authorBruno Haible <bruno@clisp.org>
Sun, 8 Mar 2009 17:25:29 +0000 (8 18:25 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 8 Mar 2009 20:34:08 +0000 (8 21:34 +0100)
treec25d00f9618fc23e12d4e2093e617587e272dbd2
parentdf2e98367790ea4f755a5da479e7b136465bff08
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.
bootstrap.conf
src/comm.c