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)
Mon, Apr 27, 4:09 PM
Unknown Object (File)
Sat, Apr 25, 11:01 AM
Unknown Object (File)
Sun, Apr 19, 8:16 PM
Unknown Object (File)
Sun, Apr 19, 8:16 PM
Unknown Object (File)
Wed, Apr 15, 9:33 PM
Unknown Object (File)
Wed, Apr 15, 10:40 AM
Unknown Object (File)
Sun, Apr 12, 12:05 AM
Unknown Object (File)
Thu, Apr 9, 12:03 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