X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Flist%2F_info;h=c4f3e2a0acf21b32097cf5b3a9194361831d0a4b;hb=9dbf8b3fd6fd65a59ccbb49fb9b7f0cc5cdf18d8;hp=75e3837c488d9ad03a2d1c0c3aeafb7598c73c4d;hpb=ecf907f7e6b41ba69a10b20b2cb5743ed9cdf919;p=ccan diff --git a/ccan/list/_info b/ccan/list/_info index 75e3837c..c4f3e2a0 100644 --- a/ccan/list/_info +++ b/ccan/list/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * list - double linked list routines @@ -31,7 +31,7 @@ * { * struct parent p; * struct child *c; - * unsigned int i; + * int i; * * if (argc < 2) * errx(1, "Usage: %s parent children...", argv[0]);