aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2019-10-17 10:39:01 +0000
committerBen Woods <woodsb02@FreeBSD.org>2019-10-17 10:39:01 +0000
commitdca0c3640159e4319cc733eeda925a6cbe508164 (patch)
tree0eb96b78c5c2eb68a05c4bb08f3b41345fca551e /sysutils
parentf659f3eafb932ce1e5e220cd39b0b8875d9fdd70 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub2-bhyve/files/patch-grub-core_gnulib_stdio.in.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/grub2-bhyve/files/patch-grub-core_gnulib_stdio.in.h b/sysutils/grub2-bhyve/files/patch-grub-core_gnulib_stdio.in.h
new file mode 100644
index 000000000000..23c572d64d01
--- /dev/null
+++ b/sysutils/grub2-bhyve/files/patch-grub-core_gnulib_stdio.in.h
@@ -0,0 +1,11 @@
+--- grub-core/gnulib/stdio.in.h.orig 2019-10-17 10:29:27 UTC
++++ grub-core/gnulib/stdio.in.h
+@@ -141,7 +141,7 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX c
+ so any use of gets warrants an unconditional warning. Assume it is
+ always declared, since it is required by C89. */
+ #undef gets
+-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
++//_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+
+ #if @GNULIB_FOPEN@
+ # if @REPLACE_FOPEN@