[Bug 222215] r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.conf
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 11 06:29:23 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222215
Bug ID: 222215
Summary: r323389 breaks the kernel build when WITHOUT_ZFS is
defined in src.conf
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: sylvain at sylvaingarrigues.com
/usr/src/sys/boot/efi/loader/main.c:883:8: error: implicit declaration of
function 'efizfs_get_handle_by_guid' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
efizfs_get_handle_by_guid(z_dev->pool_guid);
^
/usr/src/sys/boot/efi/loader/main.c:883:8: error: this function declaration is
not a prototype [-Werror,-Wstrict-prototypes]
/usr/src/sys/boot/efi/loader/main.c:883:39: error: incomplete definition of
type 'struct zfs_devdesc'
efizfs_get_handle_by_guid(z_dev->pool_guid);
~~~~~^
/usr/src/sys/boot/efi/loader/main.c:875:10: note: forward declaration of
'struct zfs_devdesc'
struct zfs_devdesc *z_dev;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list