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)
Thu, Jul 2, 6:04 PM
Unknown Object (File)
Tue, Jun 30, 10:43 AM
Unknown Object (File)
Sun, Jun 28, 2:44 AM
Unknown Object (File)
Thu, Jun 25, 9:24 PM
Unknown Object (File)
Thu, Jun 25, 3:17 AM
Unknown Object (File)
Tue, Jun 23, 9:49 PM
Unknown Object (File)
Tue, Jun 23, 8:11 PM
Unknown Object (File)
May 20 2026, 4:14 PM
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