diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-08-17 20:41:53 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-08-17 20:41:53 +0000 |
commit | 221e18f19b3a457f73dd4f870aa594ad56ba3cca (patch) | |
tree | 3eb0f0f2851e3a96e168a58a643982ef2f255d5e /sysutils/grub2/files/patch-include-grub-util-libzfs.h | |
parent | Remove expired port: (diff) |
Remove expired port:
2019-02-04 sysutils/grub2: Unmaintained (more than five years), not updated (one-and-a-half years), does not build with modern compilers
Notes
Notes:
svn path=/head/; revision=509170
Diffstat (limited to 'sysutils/grub2/files/patch-include-grub-util-libzfs.h')
-rw-r--r-- | sysutils/grub2/files/patch-include-grub-util-libzfs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/grub2/files/patch-include-grub-util-libzfs.h b/sysutils/grub2/files/patch-include-grub-util-libzfs.h deleted file mode 100644 index 87a1fe667df1..000000000000 --- a/sysutils/grub2/files/patch-include-grub-util-libzfs.h +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 */ - |