forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
234 B
C
12 lines
234 B
C
--- include/grub/util/libzfs.h.orig
|
|
+++ include/grub/util/libzfs.h
|
|
@@ -22,6 +22,9 @@
|
|
#include <config.h>
|
|
|
|
#ifdef HAVE_LIBZFS_H
|
|
+#ifdef __FreeBSD__
|
|
+typedef int boolean_t;
|
|
+#endif
|
|
#include <libzfs.h>
|
|
#else /* ! HAVE_LIBZFS_H */
|
|
|