Date: Tue, 02 Aug 2022 15:07:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265567] security/masscan: fix build on armv6/armv7 Message-ID: <bug-265567-7788-vdVR1KsY16@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265567-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265567-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=3D265567 --- Comment #2 from Robert Clausecker <fuz@fuz.su> --- (In reply to Chie Taguchi from comment #1) Hi, Without the include file, the htons() function is undeclared. This causes behaviour to be undefined. While compilers currently accept this for compatibility with pre-standard C programs, it is also in violation of C99 = and newer standards. It is not a cosmetic 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-265567-7788-vdVR1KsY16>