Re: SVN r327444 breaks current build

2018-01-01 Thread Oleksandr Tymoshenko
Ian Lepore (i...@freebsd.org) wrote: > On Sun, 2017-12-31 at 15:53 -0800, Oleksandr Tymoshenko wrote: > > Nathan Whitehorn (nwhiteh...@freebsd.org) wrote: > > > > > > > > > > > > On 12/31/17 14:22, Oleksandr Tymoshenko wrote: > > > > > > > > Michael Butler (i...@protected-networks.net) wrote:

Re: SVN r327444 breaks current build

2017-12-31 Thread Ian Lepore
On Sun, 2017-12-31 at 15:53 -0800, Oleksandr Tymoshenko wrote: > Nathan Whitehorn (nwhiteh...@freebsd.org) wrote: > > > > > > > > On 12/31/17 14:22, Oleksandr Tymoshenko wrote: > > > > > > Michael Butler (i...@protected-networks.net) wrote: > > > > > > > > Building

Re: SVN r327444 breaks current build

2017-12-31 Thread Oleksandr Tymoshenko
Nathan Whitehorn (nwhiteh...@freebsd.org) wrote: > > > On 12/31/17 14:22, Oleksandr Tymoshenko wrote: > > Michael Butler (i...@protected-networks.net) wrote: > >> Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o > >> --- vt_termcolors.o --- > >>

Re: SVN r327444 breaks current build

2017-12-31 Thread Nathan Whitehorn
On 12/31/17 14:22, Oleksandr Tymoshenko wrote: Michael Butler (i...@protected-networks.net) wrote: Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o --- vt_termcolors.o --- /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many arguments to function call, expected

Re: SVN r327444 breaks current build

2017-12-31 Thread Oleksandr Tymoshenko
Michael Butler (i...@protected-networks.net) wrote: > Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o > --- vt_termcolors.o --- > /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many > arguments to function call, expected 4, have 5 > if

Re: SVN r327444 breaks current build

2017-12-31 Thread Ian Lepore
On Sun, 2017-12-31 at 16:32 -0500, Michael Butler wrote: > Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o > --- vt_termcolors.o --- > /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many > arguments to function call, expected 4, have 5 > if

SVN r327444 breaks current build

2017-12-31 Thread Michael Butler
Building /usr/obj/usr/src/amd64.amd64/sys/VM01/vt_font_default.o --- vt_termcolors.o --- /usr/src/sys/dev/vt/colors/vt_termcolors.c:158:55: error: too many arguments to function call, expected 4, have 5 if (vt_parse_rgb_triplet(rgb, strlen(rgb), , , ) == 0) {