X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2F_info;h=b4cf67fc8bfa559492fdc34f9147ad5aa744d686;hp=a6899c43c053d1525ea8c6a2bfeaa7a6518a66ee;hb=c321a1d02755a77ae790d6e8976b2ff15edba89d;hpb=776d740086ef279f35fb58a4b77b229f6dc1e332 diff --git a/ccan/antithread/_info b/ccan/antithread/_info index a6899c43..b4cf67fc 100644 --- a/ccan/antithread/_info +++ b/ccan/antithread/_info @@ -81,7 +81,7 @@ * return 0; * } * - * License: GPL (3 or any later version) + * License: GPL (v3 or any later version) * Author: Rusty Russell */ int main(int argc, char *argv[]) @@ -90,7 +90,8 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/alloc\n"); + printf("ccan/antithread/alloc\n"); + printf("ccan/err\n"); printf("ccan/list\n"); printf("ccan/noerr\n"); printf("ccan/read_write_all\n"); /* For tests */