Page MenuHomeFreeBSD

makefs: Fix a couple of HAVE_STRUCT_STAT_BIRTHTIME checks
AcceptedPublic

Authored by jrtc27 on Tue, Apr 29, 7:38 PM.

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