X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=53dd1ce2d53baacf39e8764c97a5d0bf95ec6ff4;hp=35e32b729116cfd199ae3d87c83ab947bd5f931e;hb=a56db4a5cbf4346ec8a74322b5267d47b2590ed7;hpb=1fe7f55b1efc5deefb20815a03b56c8ef0f6dc53 diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 35e32b72..53dd1ce2 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -62,10 +62,11 @@ * * Author: Rusty Russell * - * Licence: LGPLv3 (or later) + * License: LGPLv3 (or later) * - * Fails: - * valgrind-tests // hash needs --partial-loads-ok=yes. + * Ccanlint: + * // hash fails because it accesses data in 4 byte quantities for speed. + * valgrind-tests --partial-loads-ok=yes */ int main(int argc, char *argv[]) { @@ -78,6 +79,7 @@ int main(int argc, char *argv[]) printf("ccan/asearch\n"); printf("ccan/compiler\n"); printf("ccan/build_assert\n"); + printf("ccan/ilog\n"); printf("ccan/tally\n"); return 0; }