Details
Details
- Reviewers
markj
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 66918 Build 63801: arc lint + arc unit
Event Timeline
Comment Actions
Actually this would need sys/types.h to be included because sysctl.h makes use of u_int and intmax_t. Is it okay to include this?
Comment Actions
Ah, yeah. I think that's ok. Let's include types.h in the _KERNEL block and leave the !_KERNEL block alone then.
sys/sys/sysctl.h | ||
---|---|---|
44 | why do wer need this? |
sys/sys/sysctl.h | ||
---|---|---|
44 | Presumably we don't, it's only needed in the !_KERNEL case for __BEGIN_DECLS. |