Jason Riedy <ejr@xxxxxxxxxxxxxxxxx> wrote: > Solaris 8 was pre-c99, and they weren't willing to commit to > the strtoumax definition according to /usr/include/inttypes.h. > > This adds NO_STRTOUMAX and NO_STRTOULL for ancient systems. > If NO_STRTOUMAX is defined, the routine in compat/strtoumax.c > will be used instead. That routine passes its arguments to > strtoull unless NO_STRTOULL is defined. If NO_STRTOULL, then > the routine uses strtoul (unsigned long). Ack'd (this and the fast-import patch that follows). This is a better version than the patch I sent out last night, so Junio please drop my patch in favor of Jason's. -- Shawn. - 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