Date: Wed, 06 Mar 2024 20:41:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277539] Fix bitrot in tools/test Message-ID: <bug-277539-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277539 Bug ID: 277539 Summary: Fix bitrot in tools/test Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: jfc@mit.edu Created attachment 248986 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248986&action= =3Dedit Fix compilation of some tools/test programs The attached patch fixes compilation of tools/test/bsnmp, tools/test/malloc, and tools/test/net on recent versions of FreeBSD. Most of the changes pacify the compiler. The malloc test calls sbrk() which does not exist on arm64 and does not provide any useful information on amd6= 4.=20 I made sbrk() a weak symbol. --=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-277539-227>