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 31, 1:20 AM
Unknown Object (File)
Mon, Jul 28, 2:11 PM
Unknown Object (File)
Mon, Jul 28, 5:47 AM
Unknown Object (File)
Sat, Jul 26, 5:47 AM
Unknown Object (File)
Jul 22 2025, 3:51 PM
Unknown Object (File)
Jul 17 2025, 7:04 AM
Unknown Object (File)
Jul 15 2025, 8:23 AM
Unknown Object (File)
Jul 13 2025, 12:29 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