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)
Sep 17 2025, 2:46 PM
Unknown Object (File)
Sep 17 2025, 10:14 AM
Unknown Object (File)
Sep 17 2025, 9:19 AM
Unknown Object (File)
Sep 13 2025, 11:23 PM
Unknown Object (File)
Sep 13 2025, 3:36 PM
Unknown Object (File)
Sep 13 2025, 7:10 AM
Unknown Object (File)
Sep 12 2025, 9:32 PM
Unknown Object (File)
Sep 11 2025, 9:58 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