Date: Mon, 11 Sep 2017 06:29:23 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222215] r323389 breaks the kernel build when WITHOUT_ZFS is defined in src.conf Message-ID: <bug-222215-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222215 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@FreeBSD.org Reporter: sylvain@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);=20= =20=20=20=20=20=20=20 ^=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20 /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);=20= =20=20=20=20=20=20=20 ~~~~~^=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 /usr/src/sys/boot/efi/loader/main.c:875:10: note: forward declaration of 'struct zfs_devdesc' struct zfs_devdesc *z_dev; --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222215-8>