Re: [PATCH] mktime: avoid infinite loop

2011-01-29 Thread Eric Blake
On 01/27/2011 10:12 AM, Eric Blake wrote: > * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid undefined arithmetic on > possibly-signed type. > Reported by Rich Felker. > > Signed-off-by: Eric Blake > --- > > Does this look like a correct port of the intprops.h principles > over to this test? > > ChangeL

[PATCH] mktime: avoid infinite loop

2011-01-27 Thread Eric Blake
* m4/mktime.m4 (AC_FUNC_MKTIME): Avoid undefined arithmetic on possibly-signed type. Reported by Rich Felker. Signed-off-by: Eric Blake --- Does this look like a correct port of the intprops.h principles over to this test? ChangeLog|7 +++ m4/mktime.m4 | 20 +++-