On Tue, Feb 1, 2022 at 2:06 PM Richard Henderson <
richard.hender...@linaro.org> wrote:
> On 2/2/22 07:52, Warner Losh wrote:
> > The capsicum signal stuff is new with FreeBSD 14, rev 1400026, so only
> > copy them on a new enough system.
> >
> > Signed-off-by: Warner Losh
> > ---
> > bsd-user/
This fixes a build regression. The _capsicum member was added on -current
recently, and isn't in FreeBSD 12 or 13. This fixes the build regression
there.
My apologies...
Warner
On Tue, Feb 1, 2022 at 1:52 PM Warner Losh wrote:
> The capsicum signal stuff is new with FreeBSD 14, rev 1400026, so
On 2/2/22 07:52, Warner Losh wrote:
The capsicum signal stuff is new with FreeBSD 14, rev 1400026, so only
copy them on a new enough system.
Signed-off-by: Warner Losh
---
bsd-user/signal.c | 4
1 file changed, 4 insertions(+)
diff --git a/bsd-user/signal.c b/bsd-user/signal.c
index ad
The capsicum signal stuff is new with FreeBSD 14, rev 1400026, so only
copy them on a new enough system.
Signed-off-by: Warner Losh
---
bsd-user/signal.c | 4
1 file changed, 4 insertions(+)
diff --git a/bsd-user/signal.c b/bsd-user/signal.c
index ad22ba9d90d..b43266e6e06 100644
--- a/bsd-