On Mon, Apr 01, 2013 at 07:45:22PM -0700, Colin Percival wrote: > On 04/01/13 19:39, James Turner wrote: > > On Mon, Apr 01, 2013 at 07:32:07PM -0700, Colin Percival wrote: > >> Looks to me like you need to apply s/u_int/__uint/g to sys/socket.h -- can > >> you try that and see if the errors go away? > > > > Yup, that fixed the problem. socket.h happens to reference u_int8_t > > twice and u_int64_t once. I'll see about getting them changed to __uint > > instead. > > Thanks! Let me know when that's done and I'll update the BUILDING file to > say which versions of OpenBSD are affected. > > -- > Colin Percival > Security Officer Emeritus, FreeBSD | The power to serve > Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid >
Looks like you saw the commit go in. This will effect OpenBSD 5.4 users and beyond since 5.3 has already been tagged and will be released May 1st. Or if you use snapshots it will be in any snapshot dated after April 2nd. -- James Turner
