diff options
| author | Warner Losh <imp@FreeBSD.org> | 2025-09-13 15:46:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2025-09-13 15:46:25 +0000 |
| commit | 8a4e4c95244b9082c7f423f7206c1d2b90ffb628 (patch) | |
| tree | 64151eba57484ab61b084ee844bcc0d874abf789 /stand | |
| parent | cbba9f7eeead2f5c64e178d668dd314df70d7d56 (diff) | |
Diffstat (limited to 'stand')
| -rw-r--r-- | stand/efi/loader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c index 3e179bd4296c..304b2e48272c 100644 --- a/stand/efi/loader/main.c +++ b/stand/efi/loader/main.c @@ -315,9 +315,9 @@ probe_md_currdev(void) static bool try_as_currdev(pdinfo_t *hd, pdinfo_t *pp) { +#ifdef EFI_ZFS_BOOT uint64_t guid; -#ifdef EFI_ZFS_BOOT /* * If there's a zpool on this device, try it as a ZFS * filesystem, which has somewhat different setup than all |
