On 29.11.2013 22:54:24, Marin Ramesa wrote:
> -lock_info_sort(arg, abs, count)
> +void lock_info_sort(int count)

This is wrong. It should be:

-lock_info_sort(arg, abs, count)
+void lock_info_sort(int arg, int abs, int count)

Reply via email to