X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=b849b0f07b936bf2dd94552933d882f86c7b9377;hb=9e002ad08415a415d96555b00242398ab5d16e8b;hp=67ad3f6c340189d18074ca93fd665fe82743a772;hpb=751a8a34d06dde243c9f273427ef262c25fbe11f;p=ccan diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 67ad3f6c..b849b0f0 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -64,11 +64,7 @@ * * Author: Rusty Russell * - * License: LGPLv3 (or later) - * - * Ccanlint: - * // hash fails because it accesses data in 4 byte quantities for speed. - * tests_pass_valgrind --partial-loads-ok=yes + * License: LGPL (v3 or any later version) */ int main(int argc, char *argv[]) { @@ -85,6 +81,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; }