Date: Sun, 07 Jul 2019 09:29:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239029] net/spoofer: fix arc4random_stir #ifdef to build on freebsd 13 Message-ID: <bug-239029-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239029 Bug ID: 239029 Summary: net/spoofer: fix arc4random_stir #ifdef to build on freebsd 13 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: mjl@luckie.org.nz Created attachment 205559 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205559&action= =3Dedit use the arc4random_stir macro freebsd 13+ doesn't have arc4random_stir. The spoofer system has configure logic to detect the presence of arc4random_stir but the C++ code currently doesn't use the logic correctly. This patch should fix the issue. --=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-239029-7788>