Date: Tue, 16 Feb 2021 08:38:02 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253547] security/expiretable does not compile on stable/13 Message-ID: <bug-253547-7788-B2lQTS9n2I@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253547-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-253547-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=3D253547 --- Comment #1 from Kristof Provost <kp@freebsd.org> --- That's a result of the removal of the pf_state definition from the public headers, as part of the pf counter rework. It was removed because pf_state is a kernel-internal structure, and it has changed. Note that the ioctl() performed by this port (DIOCGETSTATES) doesn't actual= ly return pf_state structures. It returns pfsync_state structures, and those a= re different. In other words: this port was already thoroughly broken, but now it also fa= ils to compile. It does not make sense to return the structure to userspace visibility, because that won't actually make it work either. --=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-253547-7788-B2lQTS9n2I>