Davidlohr Bueso wrote: > The add_prlim() function's definition currently returns a bogus structure. > -static struct prlimit *add_prlim(char *ops, struct list_head *lims, size_t id) > +static int add_prlim(char *ops, struct list_head *lims, size_t id) Why not void and remove that return stmt? The return code is not used anywhere. Have a nice day, Berny-- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html