svn commit: r218716 - head/sys/boot/common

Garrett Cooper gcooper at FreeBSD.org
Tue Feb 15 21:18:43 UTC 2011


On Tue, Feb 15, 2011 at 1:08 PM, Roman Divacky <rdivacky at freebsd.org> wrote:
> I put there u_int8_t for a reason. That reason being that
> it's basically struct direct->d_type which is u_int8_t
> and not uint8_t.

    Even though they're technically the same typedef'ed type (I'd keep
style consistent according to the argument rdivacky is making). I
guess this has about the same bikeshed-ability as my proposal to
change all of the *chflags syscalls to use fflags_t instead of
u_long/int/etc on freebsd-fs did a few weeks back.
Thanks,
-Garrett


More information about the svn-src-head mailing list