Why did the System V ‘{uchar,ushort,uint,ulong}_t’ types ever fall out of favor?

I always found them more aesthetically pleasing than the BSD-style ‘u_{char,short,int,long}’ types.

@winocm Apparently whoever was in charge of stdint.h agreed and went back to that style for uint64_t etc.