X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=d26e06ba7b5dc28fae52d4df4e48fb7db5547528;hp=67ad3f6c340189d18074ca93fd665fe82743a772;hb=614259f13c3e694fcd6b57fc05a329066e43c76d;hpb=751a8a34d06dde243c9f273427ef262c25fbe11f diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 67ad3f6c..d26e06ba 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -64,11 +64,11 @@ * * Author: Rusty Russell * - * License: LGPLv3 (or later) + * License: LGPL (v3 or any later version) * * Ccanlint: - * // hash fails because it accesses data in 4 byte quantities for speed. - * tests_pass_valgrind --partial-loads-ok=yes + * // valgrind breaks fcntl locks. + * tests_pass_valgrind test/api-83-openhook.c:FAIL */ int main(int argc, char *argv[]) { @@ -85,6 +85,9 @@ int main(int argc, char *argv[]) printf("ccan/ilog\n"); printf("ccan/failtest\n"); printf("ccan/tally\n"); + printf("ccan/typesafe_cb\n"); + printf("ccan/cast\n"); + printf("ccan/endian\n"); return 0; }