mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
libzpool: add BE_POSIX_VENDOR for userspace bootenv
This is mostly a placeholder; it's not actually clear if a boot environment makes any sense for userspace. Still, "posix" is the likely future name of libzpool as a port, and this define is mandatory, so lets roll with it for now. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #17861
This commit is contained in:
committed by
Brian Behlendorf
parent
801d9b4f96
commit
99d7453b43
@@ -31,6 +31,7 @@ extern "C" {
|
||||
#define BE_FREEBSD_VENDOR "freebsd"
|
||||
#define BE_GRUB_VENDOR "grub"
|
||||
#define BE_LINUX_VENDOR "linux"
|
||||
#define BE_POSIX_VENDOR "posix"
|
||||
|
||||
#include <sys/zfs_bootenv_os.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user