Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h | ||
---|---|---|
58 | Why did you move this above all of the #includes? Typically includes will come first. |
Comment Actions
Thanks for working on this!
I would prefer to see the uchar_t changes separated from riscv additions, if possible.
sys/cddl/contrib/opensolaris/uts/common/sys/dtrace.h | ||
---|---|---|
54 | The presence of sys/param.h makes the include of sys/types.h redundant. Per style(9), only one or the other should be included. |