diff options
| author | Ben Woods <woodsb02@FreeBSD.org> | 2019-10-17 10:39:01 +0000 |
|---|---|---|
| committer | Ben Woods <woodsb02@FreeBSD.org> | 2019-10-17 10:39:01 +0000 |
| commit | dca0c3640159e4319cc733eeda925a6cbe508164 (patch) | |
| tree | 0eb96b78c5c2eb68a05c4bb08f3b41345fca551e /sysutils | |
| parent | f659f3eafb932ce1e5e220cd39b0b8875d9fdd70 (diff) | |
Notes
Diffstat (limited to 'sysutils')
| -rw-r--r-- | sysutils/grub2-bhyve/files/patch-grub-core_gnulib_stdio.in.h | 11 |
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@ |
