On 16 January 2012 00:46, Andreas Färber <afaer...@suse.de> wrote: > +#if defined(CONFIG_SOLARIS) && CONFIG_SOLARIS_VERSION < 10 > +/* uint_fast8_t and uint_fast16_t not in <sys/int_types.h> */ > +typedef unsigned char uint_fast8_t; > +typedef unsigned int uint_fast16_t; > +#endif
If you make the comment say /* uint_fast*_t and int_fast*_t not in <sys/int_types.h> */ then it won't become out of date when your later patches add the other types to this section. -- PMM