On Thursday September 8 2005 3:48 pm, Ed L. wrote:
> On Thursday September 8 2005 2:18 pm, Tom Lane wrote:
> > "Ed L." <pgsql(at)bluepolka(dot)net> writes:
> > > In file included from pg_sema.c:22:
> > > /usr/include/sys/ipc.h:51: error: parse error before
> > > "cid_t" /usr/include/sys/ipc.h:56: error: parse error
> > > before '}' token
> >
> > So where is cid_t defined?
>
> /usr/include/sys/types.h: typedef int32_t cid_t;
> /* For compartment IDs */
>
> This is 8.1beta1.
I see sys/ipc.h already #includes sys/types.h, though.
Ed