X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=d26e06ba7b5dc28fae52d4df4e48fb7db5547528;hp=b1fc56d5622668638e2a03043de240a53d035130;hb=926996e88c32445c874ff9c4f47f159db6b45995;hpb=45e9956d665dc8819eb183ae239581410dcecdb3 diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index b1fc56d5..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[]) { @@ -87,6 +87,7 @@ int main(int argc, char *argv[]) printf("ccan/tally\n"); printf("ccan/typesafe_cb\n"); printf("ccan/cast\n"); + printf("ccan/endian\n"); return 0; }