Page MenuHomeFreeBSD

xinstall: Don't use UF_SETTABLE to infer whether st_flags is present
ClosedPublic

Authored by jrtc27 on Apr 29 2025, 7:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 1:49 AM
Unknown Object (File)
Thu, Nov 6, 11:09 AM
Unknown Object (File)
Oct 28 2025, 8:47 AM
Unknown Object (File)
Oct 24 2025, 8:05 PM
Unknown Object (File)
Oct 22 2025, 11:43 PM
Unknown Object (File)
Sep 17 2025, 2:46 PM
Unknown Object (File)
Sep 17 2025, 10:14 AM
Unknown Object (File)
Sep 17 2025, 9:19 AM
Subscribers

Details

Summary

A future commit will add definitions of these for use in bootstrap tools
on Linux, but struct stat will still be the host's that lacks st_flags.
Switch this to just check for Linux instead, matching nbtool_config.h.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable