X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2F_info;h=9caff0e4a0a48b607be026ae3ccb71e605304f02;hp=a32c8bc99652df485ea313dc093d79f9f7175b65;hb=c2d60644d2c00fb32258b380bb25ce0a26b87026;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/ccan/antithread/_info b/ccan/antithread/_info index a32c8bc9..9caff0e4 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,10 +90,11 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - printf("ccan/talloc\n"); printf("ccan/alloc\n"); + printf("ccan/list\n"); printf("ccan/noerr\n"); printf("ccan/read_write_all\n"); /* For tests */ + printf("ccan/talloc\n"); return 0; }