On Sun, Dec 02, 2007 at 04:04:38PM +0100, Simon Kuhnle wrote: > Hi, > > I tried to built gnome-keyring-2.20.1 from ports on my -current i386 > and it doesn't build complaining like this: > > /usr/include/sys/mman.h:113: error: syntax error before "size_t" > > The full buildlog is available here: > http://blarzwurst.de/openbsd/gnome-keyring-2.20.1.log > > Is this a local issue?
It seems like it's not. By adding #include <sys/types.h> to common/gkr-secure-memory.c it builds again, as proposed by [EMAIL PROTECTED] -- simon
