I wanted to get a quick and dirty estimate of remaining int-to-size_t changes. Here's a lower bound on that class of changes, for corosync/include/
$ git grep -E '\bint [a-zA-Z0-9_]+_(len(gth)?|entries)[,;)]' include|wc -l 116 And for the entire tree: $ git grep -E '\bint [a-zA-Z0-9_]+_(len(gth)?|entries)[,;)]' |wc -l 512 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
