Johannes Schindelin <johannes.schindelin@xxxxxx> writes: > -static int fsck_error_func(struct object *obj, int type, const char *message) > +static int fsck_error_func(struct fsck_options *o, > + struct object *obj, int type, const char *message) > { > objreport(obj, (type == FSCK_WARN) ? "warning" : "error", message); > return (type == FSCK_WARN) ? 0 : 1; That's a good change. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html