Page MenuHomeFreeBSD

makefs: Fix a couple of HAVE_STRUCT_STAT_BIRTHTIME checks
ClosedPublic

Authored by jrtc27 on Apr 29 2025, 7:38 PM.
Tags
None
Referenced Files
F164690920: D50077.diff
Mon, Aug 3, 5:04 AM
Unknown Object (File)
Thu, Jul 30, 3:02 PM
Unknown Object (File)
Sat, Jul 25, 5:40 PM
Unknown Object (File)
Sat, Jul 25, 2:30 PM
Unknown Object (File)
Thu, Jul 23, 8:41 PM
Unknown Object (File)
Tue, Jul 21, 10:49 AM
Unknown Object (File)
Sun, Jul 19, 4:19 PM
Unknown Object (File)
Jul 4 2026, 11:04 AM
Subscribers

Details

Summary

These macros are meant to be 0/1 not undefined/1. Currently we don't
actually have nbtool_config.h included for these files so these are
always false, but that will change in a future commit and break building
on Linux where they are defined to 0.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 63783
Build 60667: arc lint + arc unit