Re: [PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026

2022-02-01 Thread Warner Losh
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/

Re: [PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026

2022-02-01 Thread Warner Losh
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

Re: [PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026

2022-02-01 Thread Richard Henderson
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

[PATCH] bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026

2022-02-01 Thread Warner Losh
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-