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)
Thu, Aug 27, 7:06 PM
Unknown Object (File)
Aug 22 2026, 8:52 PM
Unknown Object (File)
Aug 21 2026, 8:53 AM
Unknown Object (File)
Aug 18 2026, 7:52 AM
Unknown Object (File)
Aug 13 2026, 1:05 AM
Unknown Object (File)
Aug 12 2026, 11:57 PM
Unknown Object (File)
Aug 12 2026, 7:21 PM
Unknown Object (File)
Aug 10 2026, 5:56 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