HomeFreeBSD

kern_racct.c: Don't compile if RACCT undefined

Description

kern_racct.c: Don't compile if RACCT undefined

Just skip compiling this file if RACCT isn't defined. This allows to
skip including headers that no code uses at all, and also to remove the
whole file's #ifdef/#endif bracketing.

Reviewed by: markj
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation

Details

Provenance
olceAuthored on Nov 21 2023, 5:33 PM
emasteCommitted on Nov 22 2023, 7:17 PM
Parents
rGe0205aa325c0: kern_rctl.c: Minimal includes when RCTL not defined
Branches
Unknown
Tags
Unknown