Date: Thu, 10 Oct 2019 12:49:56 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 241168] sysutils/grub2-bhyve fails to build with error: 'gets' undeclared here on CURRENT Message-ID: <bug-241168-7788-4h2kt84b5g@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241168-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-241168-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241168 Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |w.schwarzenfeld@utanet.at --- Comment #2 from Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> --- Could not find "gets" in argp-eexst.c. If I am right, I guess it is the warning itself causes this error. 455 #undef gets 456 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead= "); and we only need to comment it out. --=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-241168-7788-4h2kt84b5g>