Brad Smith <brad@xxxxxxxxxxxx> writes: > Solaris 10 and newer has strtoumax(). > > Solaris 11 and newer has mkdtemp(), memmem(), and strcasestr(). > > Signed-off-by: Brad Smith <brad@xxxxxxxxxxxx> > --- > config.mak.uname | 28 +++++++++++++++++++++++++--- > 1 file changed, 25 insertions(+), 3 deletions(-) These versions look correct based on what we have documented in Gnulib. Just to be safe I built git with this patch applied on Solaris 10 and Solaris 11.3 and ran into no issues. Reviewed-by: Collin Funk <collin.funk1@xxxxxxxxx> Tested-by: Collin Funk <collin.funk1@xxxxxxxxx> Thanks, Collin