Christopher Zimmermann wrote on Wed, Feb 24, 2010 at 08:53:28PM +0100: > I just got some errors while trying to compile ptlib: > > error: type specifier omitted for parameter `size_t' > [...] > > They resulted from size_t not being defined in sys/mmap.h > I could fix this problem by including sys/types.h instead > of sys/cdefs.h in sys/mmap.h > > Is this a problem of ptlib, which should not directly > include mmap.h or should this possibly be fixed in OpenBSD?
I suspect you have found a bug in OpenBSD, so i have just posted a patch to t...@.

