> On May 22, 2023, at 11:06 PM, Enji Cooper wrote:
>
>>
>> On May 22, 2023, at 8:18 PM, Jamie Landeg-Jones wrote:
>>
>> I've just finally updated to 13-stable, and can't be the first to notice
>> this?!
>>
>> /etc/rc.d/motd contains the line:
>>
>> uname -v | sed -e 's,^\([^#]*\) #\(.* [1
> On May 22, 2023, at 8:18 PM, Jamie Landeg-Jones wrote:
>
> I've just finally updated to 13-stable, and can't be the first to notice
> this?!
>
> /etc/rc.d/motd contains the line:
>
> uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
> (\3) #\2,'
>
> Note the sp
On 2023-05-22 8:18 PM, Jamie Landeg-Jones wrote:
I've just finally updated to 13-stable, and can't be the first to notice this?!
/etc/rc.d/motd contains the line:
uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
(\3) #\2,'
Note the space before the "$" - needed be
I've just finally updated to 13-stable, and can't be the first to notice this?!
/etc/rc.d/motd contains the line:
uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1
(\3) #\2,'
Note the space before the "$" - needed because the uname -v output used
to have a trailing s
On Mon, 22 May 2023 16:03:37 +0100
Alexander Chernikov wrote:
> Sorry for the breakage (and thanks for markj@ for the prompt fix)
>
No big deal. It was easy to find the cause and temporarily fix it.
> > On 22 May 2023, at 16:00, Gary Jennejohn wrote:
> >
> > I just ran buildworld using the la
Sorry for the breakage (and thanks for markj@ for the prompt fix)
> On 22 May 2023, at 16:00, Gary Jennejohn wrote:
>
> I just ran buildworld using the latest current source.
>
> It dies due to this error in line 385 of /usr/src/sbin/ifconfig/af_inet.c:
>
> static void
> warn_nomask(ifflags)
>
On Mon, 22 May 2023 15:00:00 +
Gary Jennejohn wrote:
> I just ran buildworld using the latest current source.
>
> It dies due to this error in line 385 of /usr/src/sbin/ifconfig/af_inet.c:
>
> static void
> warn_nomask(ifflags)
>
> The compiler really doesn't like not seeing a type for ifflag
I just ran buildworld using the latest current source.
It dies due to this error in line 385 of /usr/src/sbin/ifconfig/af_inet.c:
static void
warn_nomask(ifflags)
The compiler really doesn't like not seeing a type for ifflags and bails
out as the result.
Strangely enough, in_proc() a few lines