X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=055f0d248a1bc54712a3e9a1ebef5c2544b60bbe;hp=114b60b2182c7daefbaf585b15c9d9f3a2cc2033;hb=8bc38cb177928ef739440c32e33a8eaf23a5dd22;hpb=b21004624683be5bf1d8f75e3b5be4e9618049ee diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 114b60b2..055f0d24 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/run-83-openhook.c:FAIL */ int main(int argc, char *argv[]) { @@ -76,6 +76,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/asprintf\n"); printf("ccan/hash\n"); printf("ccan/likely\n"); printf("ccan/asearch\n"); @@ -84,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; }