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, Aug 19, 2:08 AM
Unknown Object (File)
Tue, Aug 12, 8:58 PM
Unknown Object (File)
Tue, Aug 12, 2:22 AM
Unknown Object (File)
Jul 23 2025, 10:28 PM
Unknown Object (File)
Jul 18 2025, 11:21 AM
Unknown Object (File)
Jul 12 2025, 2:30 AM
Unknown Object (File)
Jul 12 2025, 1:08 AM
Unknown Object (File)
Jul 8 2025, 3:12 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 Not Applicable
Unit
Tests Not Applicable