Re: include stdint.h for SIZE_MAX

2015-02-04 Thread Philip Guenther
On Thu, Feb 5, 2015 at 3:19 AM, Todd C. Miller wrote: > Older versions of POSIX had SIZE_MAX in limits.h but C99 standardized > it in stdint.h. We should be including stdint.h to get SIZE_MAX > for portability's sake. These all look good. ok guenther@ (A few more turned up in my quick-n-dirty

include stdint.h for SIZE_MAX

2015-02-04 Thread Todd C. Miller
Older versions of POSIX had SIZE_MAX in limits.h but C99 standardized it in stdint.h. We should be including stdint.h to get SIZE_MAX for portability's sake. - todd Index: lib/libc/gen/glob.c === RCS file: /cvs/src/lib/libc/gen/glo