openzfs: We are FreeBSD, not posix.

Partially revert:
99d7453b43
which introduced this file upstream. This causes this definition to be
preferred for all builds. Make the smallest change possible to this file
to change the default to FreeBSD. We're talking to the upstraem folks
about the right fix. Feel free to revert this in the future, so long as
`bectl activate -t` still works properly afterwards.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2025-11-26 13:30:13 -07:00
parent cf85e7034a
commit 3e69618d4b

View file

@ -30,7 +30,7 @@
extern "C" {
#endif
#define BOOTENV_OS BE_POSIX_VENDOR
#define BOOTENV_OS BE_FREEBSD_VENDOR
#ifdef __cplusplus
}