Re: i386 generic kernel compile error

2016-09-05 Thread Christian Weisgerber
On 2016-09-05, Eivind Eide wrote: > ../../../../netinet6/in6_pcb.c:211: error: expected expression before '<<' > token > ../../../../netinet6/in6_pcb.c:298: error: expected expression before '==' > token > ../../../../netinet6/in6_pcb.c:313: error: expected expression before

Re: i386 generic kernel compile error

2016-09-05 Thread Edgar Pettijohn
On 16-09-05 16:18:02, Eivind Eide wrote: > I'm trying to compile generic i386 -current kernel to test a patch > which maybe can make -current kernel bootable again on this old > machine I got. > https://marc.info/?l=openbsd-bugs=147293672100677=2 > > However the compile fails with errors that

i386 generic kernel compile error

2016-09-05 Thread Eivind Eide
I'm trying to compile generic i386 -current kernel to test a patch which maybe can make -current kernel bootable again on this old machine I got. https://marc.info/?l=openbsd-bugs=147293672100677=2 However the compile fails with errors that seems to relate to something else. Details about my