HomeFreeBSD

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

Description

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

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.

Reviewed by: emaste, markj, imp
Differential Revision: https://reviews.freebsd.org/D50079

Details

Provenance
jrtc27Authored on May 6 2025, 4:58 PM
Reviewer
emaste
Differential Revision
D50079: xinstall: Don't use UF_SETTABLE to infer whether st_flags is present
Parents
rGc49043eacb14: makefs: Support st_flags even on Linux
Branches
Unknown
Tags
Unknown