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
Unknown Object (File)
Tue, Apr 28, 10:31 PM
Unknown Object (File)
Mon, Apr 27, 7:18 AM
Unknown Object (File)
Sat, Apr 25, 4:59 AM
Unknown Object (File)
Fri, Apr 24, 5:19 AM
Unknown Object (File)
Tue, Apr 21, 12:17 PM
Unknown Object (File)
Sun, Apr 12, 6:16 PM
Unknown Object (File)
Feb 9 2026, 8:14 AM
Unknown Object (File)
Jan 17 2026, 9:28 PM
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